Restructure the entire editor codebase to consistently match the message hierarchy

Closes #744
This commit is contained in:
Keavon Chambers
2022-08-05 05:38:11 -07:00
parent 78f07439db
commit e4306c30e2
154 changed files with 4199 additions and 4064 deletions
@@ -0,0 +1,6 @@
pub mod overlay_renderer;
pub mod path_outline;
pub mod resize;
pub mod shape_editor;
pub mod snapping;
pub mod transformation_cage;