mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
* ♻️ Refactor path wasm code to its own wasm submodule * ♻️ Use unified enum for RawSegmentData and transmute to deserialize * ♻️ Move set_shape_path_attrs to wasm::paths module * 💄 Unify repr declarations
6 lines
76 B
Rust
6 lines
76 B
Rust
pub mod fills;
|
|
pub mod fonts;
|
|
pub mod paths;
|
|
pub mod strokes;
|
|
pub mod text;
|