DEVELOPMENT ENVIRONMENT

~liljamo/bevy_dice

ref: e7fff704c10ba1052680b66cf432efd36dfb5ee8 bevy_dice/.cargo/config.toml -rw-r--r-- 182 bytes
e7fff704Jonni Liljamo feat: allow setting the spawn position 2 days 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"']