DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: e32bf353e291ee93e5ce3438cbaf7d6140906bf6 deck-builder/.cargo/config.toml -rw-r--r-- 180 bytes
e32bf353Jonni Liljamo feat(client): swap cur_game to be in global, and set it 1 year, 8 months ago
                                                                                
1
2
3
4
5
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]