mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
7 lines
207 B
TOML
7 lines
207 B
TOML
[alias]
|
|
xtask = "run -p wgpu-xtask --"
|
|
|
|
# Needed until https://github.com/rust-random/getrandom/issues/675 is resolved.
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]
|