We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f051709 commit 8f2d1e1Copy full SHA for 8f2d1e1
glutin/Cargo.toml
@@ -20,7 +20,7 @@ serde = ["winit/serde"]
20
lazy_static = "1.3"
21
#winit = "^0.19.1"
22
#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"}
+winit = { git = "https://github.com/iceiix/winit.git", branch = "eventloop-2.0_wasm_stub"}
24
25
[target.'cfg(target_os = "android")'.dependencies]
26
android_glue = "0.2"
0 commit comments