2024-12-01 16:02:06 -05:00
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
2024-12-19 20:54:46 -05:00
|
|
|
members = ["engine","subcrates/zen_core"]
|
2024-12-02 18:57:00 -05:00
|
|
|
|
|
|
|
[profile.dev]
|
2024-12-21 14:35:55 -05:00
|
|
|
|
2024-12-02 18:57:00 -05:00
|
|
|
rpath = false
|
|
|
|
panic = "abort"
|
|
|
|
lto = "off"
|
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
|
|
|
codegen-units = 512
|
|
|
|
|
2024-12-21 14:35:55 -05:00
|
|
|
|
2024-12-02 18:57:00 -05:00
|
|
|
strip = "symbols"
|
2024-12-21 14:35:55 -05:00
|
|
|
debug-assertions = true
|
2024-12-02 18:57:00 -05:00
|
|
|
|
2024-12-03 01:12:33 -05:00
|
|
|
[profile.dev.package."*"]
|
2024-12-02 18:57:00 -05:00
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
|
|
|
codegen-units = 512
|
|
|
|
|
2024-12-21 14:35:55 -05:00
|
|
|
|
2024-12-02 18:57:00 -05:00
|
|
|
strip = "symbols"
|
2024-12-21 14:35:55 -05:00
|
|
|
debug-assertions = true
|
2024-12-02 18:57:00 -05:00
|
|
|
[profile.dev.build-override]
|
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
2024-12-03 01:12:33 -05:00
|
|
|
codegen-units = 512
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
2024-12-19 20:54:46 -05:00
|
|
|
lazy_static = "1.5.0"
|
|
|
|
parking_lot = "0.12.3"
|
2024-12-21 14:35:55 -05:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug-assertions = false
|