Files
games/.cargo/config.toml
2026-09-22 06:34:31 +02:00

11 lines
380 B
TOML

# file: .cargo/config.toml
# version: 2
[build]
target-dir = "../builds/sasedev-games/target" # path of where to place generated artifacts
build-dir = "../builds/sasedev-games/target" # path of where to place intermediate build artifacts
[target.wasm32-unknown-unknown]
rustflags = ["--cfg=web_sys_unstable_apis"]
rustdocflags = ["--cfg=web_sys_unstable_apis"]