DEVELOPMENT ENVIRONMENT

~liljamo/bevy_dice

ref: 9b789f83e054ec16cbd104a355c8f3136f476baf bevy_dice/.cargo/config.toml -rw-r--r-- 182 bytes
9b789f83Jonni Liljamo feat: allow setting the die weight/mass 6 months ago
                                                                                
1
2
3
4
5
6
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

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