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
+14
View File
@@ -0,0 +1,14 @@
//! The root-level messages forming the first layer of the message system architecture.
pub mod broadcast;
pub mod debug;
pub mod dialog;
pub mod frontend;
pub mod input_mapper;
pub mod input_preprocessor;
pub mod layout;
pub mod message;
pub mod portfolio;
pub mod prelude;
pub mod tool;
pub mod workspace;