mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
11 lines
159 B
TOML
11 lines
159 B
TOML
[alias]
|
|
xtask = "run --manifest-path xtask/Cargo.toml"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"--cfg=web_sys_unstable_apis"
|
|
]
|
|
rustdocflags = [
|
|
"--cfg=web_sys_unstable_apis"
|
|
]
|