mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Fix indentation * Set the correct name of the crate in root Cargo.toml * Fix all compile errors
9 lines
127 B
TOML
9 lines
127 B
TOML
[workspace]
|
|
members = [
|
|
"packages/*",
|
|
"web-frontend/wasm-wrapper",
|
|
]
|
|
|
|
[profile.release.package.wasm-wrapper]
|
|
opt-level = "s"
|