mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-09 16:18:23 -05: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\""]
|