wgpu/.cargo/config.toml
2024-01-21 03:36:29 +00:00

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"
]