Files
AstralRinth/Cargo.toml
Wyatt Verchere 16407060f0 Debug pin macro (#118)
* debug pin macro

* Added debug pinning macro

* working on windows

* removed remaining box pins
2023-05-18 10:31:52 -07:00

15 lines
252 B
TOML

[workspace]
members = [
"theseus",
"theseus_cli",
"theseus_playground",
"theseus_gui/src-tauri",
"theseus_macros"
]
# Optimize for speed and reduce size on release builds
[profile.release]
codegen-units = 1
lto = true
strip = true