wgpu/.cargo/config.toml

11 lines
159 B
TOML
Raw Normal View History

2023-09-20 19:07:40 +00:00
[alias]
xtask = "run --manifest-path xtask/Cargo.toml"
2023-09-20 19:07:40 +00:00
[build]
rustflags = [
"--cfg=web_sys_unstable_apis"
]
rustdocflags = [
"--cfg=web_sys_unstable_apis"
]