summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-14 02:23:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-14 02:33:05 +0200
commitb21e4567dc32250c90d2ea9c78080cd8bcb66368 (patch)
treef018fe0f8b6d323d176baa20f684c56d9dad4601 /core/Cargo.toml
parent4e7cbbf98ab745351e2fb13a7c85d4ad560c21ee (diff)
downloadiced-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.toml3
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"