DEVELOPMENT ENVIRONMENT

~liljamo/bevy_dice

ref: 07587532729544157bbe9b581f5d9a46315f5ffc bevy_dice/.cargo/config.toml -rw-r--r-- 182 bytes
07587532Jonni Liljamo feat(demo): simplify lighting 6 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"']