mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 00:08:11 +08:00
Add responses in document for layer system (#91)
This commit is contained in:
committed by
Keavon Chambers
parent
b27eaf3fae
commit
f05cb30acb
@@ -2,11 +2,13 @@ pub mod color;
|
||||
pub mod document;
|
||||
pub mod layers;
|
||||
pub mod operation;
|
||||
pub mod response;
|
||||
mod shape_points;
|
||||
|
||||
pub use operation::Operation;
|
||||
pub use response::DocumentResponse;
|
||||
|
||||
type LayerId = u64;
|
||||
pub type LayerId = u64;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum DocumentError {
|
||||
|
||||
Reference in New Issue
Block a user