11 lines
380 B
TOML
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"]
|