mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 11:18:12 +08:00
Restructure project directories (#333)
`/client/web` -> `/frontend` `/client/cli` -> *delete for now* `/client/native` -> *delete for now* `/core/editor` -> `/editor` `/core/document` -> `/graphene` `/core/renderer` -> `/charcoal` `/core/proc-macro` -> `/proc-macros` *(now plural)*
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub mod global_message_handler;
|
||||
|
||||
pub use global_message_handler::{GlobalMessage, GlobalMessageDiscriminant, GlobalMessageHandler};
|
||||
Reference in New Issue
Block a user