2024-11-21 16:05:14 +01:00

5 lines
84 B
Rust

use skia_safe as skia;
pub type Rect = skia::Rect;
pub type Matrix = skia::Matrix;