cross-usb/.cargo/config.toml

7 lines
201 B
TOML

[target.'cfg(target_family = "wasm")']
rustflags = ["--cfg=web_sys_unstable_apis"]
[build]
#just comment in the "current" target
target = "x86_64-unknown-linux-gnu"
#target = "wasm32-unknown-unknown"