everything is broken
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,14 +1,14 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"game/main",
|
||||
"engine/world_generation"
|
||||
, "game/camera_system"]
|
||||
members = [
|
||||
"game/main",
|
||||
"engine/world_generation"
|
||||
, "game/camera_system"]
|
||||
resolver = "2"
|
||||
|
||||
# Enable a small amount of optimization in debug mode
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
#[profile.dev]
|
||||
#opt-level = 1
|
||||
|
||||
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
|
||||
[profile.dev.package."*"]
|
||||
|
||||
Reference in New Issue
Block a user