mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
9 lines
146 B
TOML
9 lines
146 B
TOML
[workspace]
|
|
members = [
|
|
"packages/*",
|
|
]
|
|
|
|
[profile.release.package.wasm-bindings]
|
|
# Tell `rustc` to optimize for small code size.
|
|
opt-level = "s"
|