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