mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
`/client/web` -> `/frontend` `/client/cli` -> *delete for now* `/client/native` -> *delete for now* `/core/editor` -> `/editor` `/core/document` -> `/graphene` `/core/renderer` -> `/charcoal` `/core/proc-macro` -> `/proc-macros` *(now plural)*
11 lines
154 B
TOML
11 lines
154 B
TOML
[workspace]
|
|
members = [
|
|
"editor",
|
|
"graphene",
|
|
"charcoal",
|
|
"proc-macros",
|
|
"frontend/wasm",
|
|
]
|
|
|
|
[profile.release.package.graphite-wasm]
|
|
opt-level = "s"
|