Skip to content

Commit

Permalink
Enable rwh_06 feature for winit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 15, 2023
1 parent 36073de commit 2f11102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 2f11102

Please sign in to comment.