omg so much has changed idk

This commit is contained in:
AviiNL
2024-01-18 20:50:27 +01:00
parent f0f0d0c550
commit b0efc215ba
20 changed files with 544 additions and 1104 deletions

View File

@@ -29,7 +29,7 @@ opt-level = 1
opt-level = 3
[workspace.dependencies]
bevy = { version = "0.12", features = [
bevy = { version = "0.12", default-features = false, features = [
# "dynamic_linking",
"multi-threaded",
"trace",
@@ -46,7 +46,7 @@ tracing = "0.1.40"
[dependencies]
bevy.workspace = true
clap.workspace = true
clap = { workspace = true, features = ["derive"] }
tokio.workspace = true
serde.workspace = true
guardian_commands.workspace = true