Skip to content

Commit

Permalink
更新到 wgpu 0.19: 前 6 章
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Jan 21, 2024
1 parent 23c5b94 commit 28ae456
Show file tree
Hide file tree
Showing 38 changed files with 1,795 additions and 1,069 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
env:
RUST_VERSION: 1.67
RUST_VERSION: 1.71
CARGO_TERM_COLOR: always
jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --version=0.2.87
run: cargo install wasm-bindgen-cli --version=0.2.90

- name: Build WASM
run: |
Expand Down
Loading

0 comments on commit 28ae456

Please sign in to comment.