Files
Graphite/editor/src/messages/tool/common_functionality/mod.rs
zhiyuan a4a2680ac4 Freehand tool: Allow extension of existing paths (#1594)
* feat: extend freehand path

* fix: rm logs

* fix: rename variable
2024-02-04 13:36:25 -08:00

9 lines
185 B
Rust

pub mod color_selector;
pub mod graph_modification_utils;
pub mod pivot;
pub mod resize;
pub mod shape_editor;
pub mod snapping;
pub mod transformation_cage;
pub mod utility_funcitons;