summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-12-15 13:46:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-12-15 13:46:26 +0100
commit2f11102ecc30e6d4a96c4802d68f87c002a9a3f2 (patch)
treeaceb0a39ef456f3620089225d322a7ba37ddf256 /Cargo.toml
parent36073de24eecffc4644da9ab367aef15d162df86 (diff)
downloadiced-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a78d0f8f..7e70e1e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }