Skip to content

Commit 74d7dc5

Browse files
committed
re-enable winit's default features
1 parent 909096d commit 74d7dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ smallvec = "1.8"
7171
syn = "2.0"
7272
thread_local = "1.1"
7373
vk-parse = "0.15"
74-
winit = { version = "0.30", default-features = false }
74+
winit = "0.30"
7575
x11-dl = "2.0"
7676
x11rb = "0.13"
7777

0 commit comments

Comments
 (0)