burn everything to the ground (#11)

🔥🔥🔥🔥🔥
This commit is contained in:
Chance 2024-12-19 20:54:46 -05:00 committed by BitSyndicate
parent 079d507de0
commit fdb7844149
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
30 changed files with 528 additions and 1088 deletions

View file

@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["engine", "subcrates/zephyr", "plugin_api"]
members = ["engine","subcrates/zen_core"]
[profile.dev]
rpath = false
@ -32,4 +32,5 @@ incremental = true
codegen-units = 512
[workspace.dependencies]
zephyr = { path = "./subcrates/zephyr" }
lazy_static = "1.5.0"
parking_lot = "0.12.3"