Skip to content

Commit

Permalink
wgpu 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Sep 28, 2023
1 parent d0e942b commit d71281b
Show file tree
Hide file tree
Showing 5 changed files with 604 additions and 621 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build
run: |
cargo install -f wasm-bindgen-cli --version 0.2.84
cargo install -f wasm-bindgen-cli --version 0.2.87
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo build --target wasm32-unknown-unknown --release
wasm-bindgen --out-dir public --web target/wasm32-unknown-unknown/release/linon.wasm
Expand Down
Loading

0 comments on commit d71281b

Please sign in to comment.