bevy fast compilation
This commit is contained in:
parent
12f9b843ff
commit
9e48c3be1d
3
client/.cargo/config.toml
Normal file
3
client/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zshare-generics=y"]
|
||||
|
|
@ -9,6 +9,9 @@
|
|||
pkgs.alsaLib
|
||||
pkgs.udev
|
||||
|
||||
# bevy fast compile
|
||||
pkgs.clang pkgs.lld
|
||||
|
||||
# copié de https://github.com/mmai/Hyperspeedcube/blob/develop/devenv.nix
|
||||
# TODO : retirer ce qui est inutile
|
||||
# pour erreur à l'exécution, selon https://github.com/emilk/egui/discussions/1587
|
||||
|
|
|
|||
Loading…
Reference in a new issue