forked from nonsensical-dev/zenyx-engine
load arbitrary model data
This commit is contained in:
parent
87289bd8b3
commit
901f7a63cf
11 changed files with 959 additions and 314 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -27,12 +27,7 @@ codegen-units = 512
|
|||
|
||||
strip = "symbols"
|
||||
debug-assertions = true
|
||||
[profile.dev.build-override]
|
||||
opt-level = 0
|
||||
debug = false
|
||||
overflow-checks = false
|
||||
incremental = true
|
||||
codegen-units = 512
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
lazy_static = "1.5.0"
|
||||
|
@ -40,3 +35,6 @@ parking_lot = "0.12.3"
|
|||
|
||||
[profile.release]
|
||||
debug-assertions = false
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue