0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-14 19:19:09 -05:00
penpot/render-wasm/src/math.rs
2024-12-09 15:48:45 +01:00

4 lines
81 B
Rust

use skia_safe as skia;
pub type Rect = skia::Rect;
pub type Point = (f32, f32);