Skip to content

Commit

Permalink
Implement WebGL Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Sep 18, 2021
1 parent d50e747 commit 0ff9408
Show file tree
Hide file tree
Showing 33 changed files with 2,869 additions and 136 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
run: |
cargo clippy --target ${{ matrix.target }} -p wgpu
# Build for WebGPU+WebGL
cargo clippy --target ${{ matrix.target }} -p wgpu --features webgl -- -D warnings
# build docs
cargo doc --target ${{ matrix.target }} -p wgpu --no-deps
Expand Down
Loading

0 comments on commit 0ff9408

Please sign in to comment.