parent
079d507de0
commit
fdb7844149
30 changed files with 528 additions and 1088 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue