diff options
author | 2023-12-15 13:46:26 +0100 | |
---|---|---|
committer | 2023-12-15 13:46:26 +0100 | |
commit | 2f11102ecc30e6d4a96c4802d68f87c002a9a3f2 (patch) | |
tree | aceb0a39ef456f3620089225d322a7ba37ddf256 /Cargo.toml | |
parent | 36073de24eecffc4644da9ab367aef15d162df86 (diff) | |
download | iced-2f11102ecc30e6d4a96c4802d68f87c002a9a3f2.tar.gz iced-2f11102ecc30e6d4a96c4802d68f87c002a9a3f2.tar.bz2 iced-2f11102ecc30e6d4a96c4802d68f87c002a9a3f2.zip |
Enable `rwh_06` feature for `winit` dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,4 +160,4 @@ web-time = "0.2" wgpu = "0.18" winapi = "0.3" window_clipboard = "0.3" -winit = { git = "https://github.com/iced-rs/winit.git", rev = "3bcdb9abcd7459978ec689523bc21943d38da0f9", default-features = false, features = ["rwh_05", "x11", "wayland"] } +winit = { git = "https://github.com/iced-rs/winit.git", rev = "3bcdb9abcd7459978ec689523bc21943d38da0f9", features = ["rwh_05"] } |