mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 05:12:53 -05:00
7 lines
201 B
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"
|