Skip to content

Commit

Permalink
Update to patched glutin wasm_stub allowing compiling for wasi
Browse files Browse the repository at this point in the history
Includes iceiix/glutin@1e48d32

Progress towards #115, fixes the missing glutin symbols when compiling
with cargo +nightly build --target wasm32-wasi
  • Loading branch information
iceiix committed May 23, 2019
1 parent fd7add3 commit c6b753b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ opt-level = 1
cfg-if = "0.1.9"
wasm-bindgen = "0.2.44"
sha-1 = "0.8.1"
glutin = { git = "https://github.com/iceiix/glutin", rev = "5ff18dec039f6854091685980d7213858a8aaa4c" }
glutin = { git = "https://github.com/iceiix/glutin", rev = "1e48d3216ed692596983a7b053caf8c73e6bbf22" }
byteorder = "1.2.7"
serde = "1.0.91"
serde_json = "1.0.39"
Expand Down

0 comments on commit c6b753b

Please sign in to comment.