DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 2a05f660b58f1c9a0343c4327f4e18a616a6eebc deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
2a05f660Jonni Liljamo fix(sdbapi): patchgamestate check for guest 1 year, 10 months ago
                                                                                
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]