Skip to content

Commit 8f2d1e1

Browse files
committed
Update to eventloop-2.0_wasm_stub branch of winit iceiix/winit#3
1 parent f051709 commit 8f2d1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glutin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = ["winit/serde"]
2020
lazy_static = "1.3"
2121
#winit = "^0.19.1"
2222
#winit = { git = "https://github.com/rust-windowing/winit.git", branch = "eventloop-2.0"}
23-
winit = { git = "https://github.com/iceiix/winit.git", branch = "wasm_stub"}
23+
winit = { git = "https://github.com/iceiix/winit.git", branch = "eventloop-2.0_wasm_stub"}
2424

2525
[target.'cfg(target_os = "android")'.dependencies]
2626
android_glue = "0.2"

0 commit comments

Comments
 (0)