feat: add proper nix flake

This commit is contained in:
2026-04-13 16:48:38 -04:00
parent 9a362630a2
commit 7d1996306c
16 changed files with 296 additions and 155 deletions

View File

@@ -16,12 +16,11 @@ lto = true
strip = true
[build-dependencies]
built = { git = "https://github.com/lukaslueg/built", features = ["git2"] }
built = { version = "0", features = ["git2"] }
[dependencies]
anyhow = "1"
azalea = { git = "https://github.com/azalea-rs/azalea" }
azalea-hax = { git = "https://github.com/azalea-rs/azalea-hax" }
azalea = "0"
bevy_app = "0"
bevy_ecs = "0"
bevy_log = "0"