Skip to content

Commit

Permalink
re-enable winit's default features
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJ235 committed Feb 7, 2025
1 parent 909096d commit 74d7dc5
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 @@ -71,7 +71,7 @@ smallvec = "1.8"
syn = "2.0"
thread_local = "1.1"
vk-parse = "0.15"
winit = { version = "0.30", default-features = false }
winit = "0.30"
x11-dl = "2.0"
x11rb = "0.13"

Expand Down

0 comments on commit 74d7dc5

Please sign in to comment.