mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
[alias]
|
|
run-wasm = "run --release --package run-wasm --"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"--cfg=web_sys_unstable_apis"
|
|
]
|