mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 08:06:12 +02:00
🎉 Serialize data in clojure
This commit is contained in:
parent
f564b4e66d
commit
22b01c63b5
6 changed files with 121 additions and 8 deletions
|
@ -5,9 +5,11 @@ use uuid::Uuid;
|
|||
mod blend;
|
||||
mod fills;
|
||||
mod images;
|
||||
mod paths;
|
||||
pub use blend::*;
|
||||
pub use fills::*;
|
||||
pub use images::*;
|
||||
pub use paths::*;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum Kind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue