1
0
Fork 0
mirror of https://github.com/G2-Games/cross-usb.git synced 2025-05-07 22:02:54 -05:00
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"