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
|
|
|
|
2024-12-03 01:12:33 -05:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
2024-12-19 20:54:46 -05:00
|
|
|
parking_lot = "0.12.3"
|
2025-04-10 22:57:19 -04:00
|
|
|
zen_core = { path = "./subcrates/zen_core" }
|
2024-12-21 14:35:55 -05:00
|
|
|
|
|
|
|
[profile.release]
|
2025-03-29 01:31:16 -04:00
|
|
|
lto = true
|
|
|
|
codegen-units = 1
|
|
|
|
panic = "abort"
|
2025-03-29 20:20:40 -04:00
|
|
|
split-debuginfo = "off"
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
debug = 0
|
2025-04-11 16:07:58 -04:00
|
|
|
|
|
|
|
|