mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
10 lines
128 B
TOML
10 lines
128 B
TOML
[workspace]
|
|
members = [
|
|
"core/*",
|
|
"client/cli",
|
|
"client/web/wasm",
|
|
]
|
|
|
|
[profile.release.package.wasm-wrapper]
|
|
opt-level = "s"
|