Skip to content

Commit

Permalink
Update wgpu (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Jan 20, 2024
1 parent e3ede45 commit 12a02d5
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 312 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[alias]
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]

[build]
rustflags = [ "--cfg=web_sys_unstable_apis" ]
rustdocflags = [ "--cfg=web_sys_unstable_apis" ]
Loading

0 comments on commit 12a02d5

Please sign in to comment.