DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: d7aff545521c3ec78c932d491e880ccd42c3a149 deck-builder/.cargo/config.toml -rw-r--r-- 189 bytes
d7aff545 — skye feat: flake.nix for api, improved dev-launch.sh 1 year, 5 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"]