Skip to content

Commit c6b753b

Browse files
committed
Update to patched glutin wasm_stub allowing compiling for wasi
Includes iceiix/glutin@1e48d32 Progress towards #115, fixes the missing glutin symbols when compiling with cargo +nightly build --target wasm32-wasi
1 parent fd7add3 commit c6b753b

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ opt-level = 1
2121
cfg-if = "0.1.9"
2222
wasm-bindgen = "0.2.44"
2323
sha-1 = "0.8.1"
24-
glutin = { git = "https://github.com/iceiix/glutin", rev = "5ff18dec039f6854091685980d7213858a8aaa4c" }
24+
glutin = { git = "https://github.com/iceiix/glutin", rev = "1e48d3216ed692596983a7b053caf8c73e6bbf22" }
2525
byteorder = "1.2.7"
2626
serde = "1.0.91"
2727
serde_json = "1.0.39"

0 commit comments

Comments
 (0)