Skip to content

Commit 22394be

Browse files
committed
Update to wgpu 29
1 parent 1262e7e commit 22394be

10 files changed

Lines changed: 1935 additions & 1166 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build
2020
run: |
21-
cargo install -f wasm-bindgen-cli --version 0.2.92
21+
cargo install -f wasm-bindgen-cli --version 0.2.114
2222
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo build --target wasm32-unknown-unknown --release
2323
wasm-bindgen --out-dir public --web target/wasm32-unknown-unknown/release/linon.wasm
2424

0 commit comments

Comments
 (0)