Files
Graphite/editor/src/messages/mod.rs
Keavon Chambers 776992a297 Simplify platform-specific keyboard layouts with Accel key and global platform variable (#748)
* Simplify platform-specific keyboard layouts with Accel key and global platform variable


Co-authored-by: Dennis <dennis@kobert.dev>
2022-08-13 13:28:02 +02:00

16 lines
326 B
Rust

//! 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 globals;
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;