0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 03:28:25 -05:00
penpot/render-wasm/src/math.rs

5 lines
81 B
Rust
Raw Normal View History

2024-11-20 15:05:16 +01:00
use skia_safe as skia;
pub type Rect = skia::Rect;
2024-12-09 14:30:03 +01:00
pub type Point = (f32, f32);