mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 18:16:38 +02:00
🎉 Serialize data in clojure
This commit is contained in:
parent
f564b4e66d
commit
22b01c63b5
6 changed files with 121 additions and 8 deletions
4
render-wasm/src/shapes/paths.rs
Normal file
4
render-wasm/src/shapes/paths.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
pub struct RawPathData {
|
||||
data: [u8; 28],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue