mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
* Simplify document node input defenitions * Remove imaginate layer * Imaginate node properties * Fix serde feature gate * Add Proc Macro for Protonode implementation * Fix incorrect type * Add cargo.toml metadata * Send imaginate params to frontend * Fix image_creativity range * Finish imaginate implementation * Fix the imaginate draw tool * Remove node-graph/rpco-macro * Cargo fmt * Fix missing workspace member * Changes to the resolution * Add checkbox for Imaginate auto resolution; improve Properties panel layouts And fix bugs in panel resizing * Implement the Rescale button * Reorder imports * Update Rust deps Co-authored-by: Keavon Chambers <keavon@keavon.com>
27 lines
485 B
TOML
27 lines
485 B
TOML
[workspace]
|
|
members = [
|
|
"editor",
|
|
"graphene",
|
|
"proc-macros",
|
|
"frontend/wasm",
|
|
"frontend/src-tauri",
|
|
"node-graph/gcore",
|
|
"node-graph/gstd",
|
|
"node-graph/graph-craft",
|
|
"node-graph/interpreted-executor",
|
|
"node-graph/borrow_stack",
|
|
"node-graph/node-macro",
|
|
"libraries/dyn-any",
|
|
"libraries/bezier-rs",
|
|
"website/other/bezier-rs-demos/wasm",
|
|
]
|
|
|
|
[profile.release.package.graphite-wasm]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.graphite-wasm]
|
|
opt-level = 3
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|