diff options
author | 2024-06-14 02:23:25 +0200 | |
---|---|---|
committer | 2024-06-14 02:33:05 +0200 | |
commit | b21e4567dc32250c90d2ea9c78080cd8bcb66368 (patch) | |
tree | f018fe0f8b6d323d176baa20f684c56d9dad4601 /core/Cargo.toml | |
parent | 4e7cbbf98ab745351e2fb13a7c85d4ad560c21ee (diff) | |
download | iced-b21e4567dc32250c90d2ea9c78080cd8bcb66368.tar.gz iced-b21e4567dc32250c90d2ea9c78080cd8bcb66368.tar.bz2 iced-b21e4567dc32250c90d2ea9c78080cd8bcb66368.zip |
Remove `parent` from `PlatformSpecific` window settings
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 3c557bca..a1228909 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,8 +33,5 @@ web-time.workspace = true dark-light.workspace = true dark-light.optional = true -[target.'cfg(windows)'.dependencies] -raw-window-handle.workspace = true - [dev-dependencies] approx = "0.5" |