🎉 Improve performance reducing unnecessary calls to set-objects

This commit is contained in:
Alejandro Alonso 2025-03-25 16:21:03 +01:00
parent e012046f62
commit 7728d5b317
20 changed files with 360 additions and 180 deletions

View file

@ -1,7 +1,7 @@
use skia_safe::{self as skia, Rect};
use super::Color;
use uuid::Uuid;
use crate::uuid::Uuid;
#[derive(Debug)]
#[repr(C)]