feat: add proper nix flake
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user