diff options
author | 2023-11-29 22:32:41 +0100 | |
---|---|---|
committer | 2023-11-29 22:32:41 +0100 | |
commit | 6dca076c8b18c3cdb702fa55045866cbd413cc55 (patch) | |
tree | 9e760f28d4b44d1310ff08aad9a125a7d1b11b01 /winit/Cargo.toml | |
parent | e09b4e24dda51b8212d8ece52431dacaa3922a7b (diff) | |
download | iced-6dca076c8b18c3cdb702fa55045866cbd413cc55.tar.gz iced-6dca076c8b18c3cdb702fa55045866cbd413cc55.tar.bz2 iced-6dca076c8b18c3cdb702fa55045866cbd413cc55.zip |
Use `workspace` dependency for `raw-window-handle`
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index bab05b91..87e600ae 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -27,7 +27,6 @@ iced_runtime.workspace = true iced_style.workspace = true log.workspace = true -raw-window-handle.workspace = true thiserror.workspace = true tracing.workspace = true window_clipboard.workspace = true |