DEVELOPMENT ENVIRONMENT

~liljamo/bevy_dice

ref: aa20709b30f5338d93187601846717ceaba4cc79 bevy_dice/.cargo/config.toml -rw-r--r-- 182 bytes
aa20709bJonni Liljamo feat(demo): replace egui combobox with bevy UI dropdown 4 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"']