mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 20:16:38 +02:00
4 lines
81 B
Rust
4 lines
81 B
Rust
use skia_safe as skia;
|
|
|
|
pub type Rect = skia::Rect;
|
|
pub type Point = (f32, f32);
|