load arbitrary model data

This commit is contained in:
Chance 2025-03-29 01:31:16 -04:00 committed by lily
parent b0a95790c6
commit 21db7ddcdb
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
11 changed files with 3022 additions and 314 deletions

View file

@ -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"