wgpu/.cargo/config.toml
2023-10-23 15:18:28 -04:00

8 lines
110 B
TOML

[alias]
xtask = "run --manifest-path xtask/Cargo.toml"
[build]
rustflags = [
"--cfg=web_sys_unstable_apis"
]