omg so much has changed idk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user