~starkingdoms/starkingdoms

ref: 38b4eb6a321b549a7c0b0bdc18401fc348c83c86 starkingdoms/.cargo/config.toml -rw-r--r-- 234 bytes
38b4eb6a — core feat: fix things 30 days ago
                                                                                
1
2
3
4
5
6
7
8
9
[alias]
xtask = "run --release --package xtask --"

[target.x86_64-unknown-linux-gnu]
#linker = "mold"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[target.wasm32-unknown-unknown]
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']