Skip to content

Commit

Permalink
Add back webgl feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Apr 30, 2023
1 parent b01657b commit d96cd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cubeway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ anyhow = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
wgpu = { version = "0.16", features = ["webgl"] }
console_log = "1.0"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand Down

0 comments on commit d96cd23

Please sign in to comment.