Leafwing-Studios / template-repo

A quick, CI-enabled Bevy template repository.
Apache License 2.0
43 stars 9 forks source link

Add Linux and Nix support #19

Closed sofia-m-a closed 2 years ago

sofia-m-a commented 2 years ago

Adds a basic flake.nix file using the oxalica Rust overlay, nixpkgs-fmt, and build and runtime dependencies for Bevy; sets up lld as the linker on linux, and adds a build.rs file to ensure proper linking with Vulkan.

alice-i-cecile commented 2 years ago

Awesome, thank you!