mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Co-authored-by: Thomas Cheng <35661641+Androxium@users.noreply.github.com> Co-authored-by: Robert Nadal <Robnadal44@gmail.com> Co-authored-by: ll2zheng <ll2zheng@uwaterloo.ca>
18 lines
280 B
TOML
18 lines
280 B
TOML
[workspace]
|
|
members = [
|
|
"editor",
|
|
"graphene",
|
|
"proc-macros",
|
|
"frontend/wasm",
|
|
"bezier-rs/lib",
|
|
"bezier-rs/docs/interactive-docs/wasm",
|
|
]
|
|
|
|
[profile.release.package.graphite-wasm]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.graphite-wasm]
|
|
opt-level = 3
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|