add zephyr ECS subcrate
This commit is contained in:
parent
198253ef85
commit
a11a13afd7
5 changed files with 30 additions and 5 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,8 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"engine"
|
||||
]
|
||||
members = ["engine", "subcrates/zephyr"]
|
||||
|
||||
[profile.dev]
|
||||
rpath = false
|
||||
|
@ -17,7 +15,7 @@ codegen-units = 512
|
|||
strip = "symbols"
|
||||
debug-assertions = false
|
||||
|
||||
[profile.dev.package."*"]
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 0
|
||||
debug = false
|
||||
overflow-checks = false
|
||||
|
@ -31,4 +29,8 @@ opt-level = 0
|
|||
debug = false
|
||||
overflow-checks = false
|
||||
incremental = true
|
||||
codegen-units = 512
|
||||
codegen-units = 512
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.93"
|
||||
zephyr = { path = "./subcrates/zephyr" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue