Restructure the entire editor codebase to consistently match the message hierarchy

Closes #744
This commit is contained in:
Keavon Chambers
2022-08-05 17:13:43 -07:00
parent 9e1f4eb46d
commit ddfd7db0a0
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;