Skip to content

Commit 2b53775

Browse files
committed
Update to glow with panicking tex_image_2d_multisample web-sys wrapper
1 parent 9b19ba8 commit 2b53775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ opt-level = 1
2020
[dependencies]
2121
cfg-if = "1.0.0"
2222
wasm-bindgen = "0.2.69"
23-
glutin = "0.26.0"
2423
winit = { version = "0.24.0", features = [ "web-sys" ]}
25-
glow = { git = "https://github.com/iceiix/glow", rev = "45c808678735e03737d5e1b9d6ed0e21070edcd9" }
24+
glow = { git = "https://github.com/iceiix/glow", rev = "b354346dee69ff0ca7ccef67f7580dfbb697423b" }
2625
byteorder = "1.3.4"
2726
serde = "1.0.118"
2827
serde_json = "1.0.60"
@@ -43,6 +42,7 @@ clipboard = "0.5.0"
4342

4443
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4544
reqwest = { version = "0.10.10", features = [ "blocking" ]}
45+
glutin = "0.26.0"
4646

4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
web-sys = "0.3.46"

0 commit comments

Comments
 (0)