mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
5 lines
81 B
Rust
5 lines
81 B
Rust
use skia_safe as skia;
|
|
|
|
pub type Rect = skia::Rect;
|
|
pub type Point = (f32, f32);
|