🎉 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

@ -4,8 +4,6 @@ mod constraints;
mod flex_layout;
mod grid_layout;
use uuid::Uuid;
use common::GetBounds;
use crate::math::{identitish, Bounds, Matrix, Point};
@ -13,6 +11,7 @@ use crate::shapes::{
ConstraintH, ConstraintV, Frame, Group, Layout, Modifier, Shape, TransformEntry, Type,
};
use crate::state::State;
use crate::uuid::Uuid;
fn propagate_children(
shape: &Shape,