This commit is contained in:
Firestar99
2025-06-30 17:19:23 +02:00
parent 9f9a50e79a
commit 79c47637d2
85 changed files with 1148 additions and 844 deletions
+1
View File
@@ -14,6 +14,7 @@ wgpu = ["dep:wgpu"]
# Local dependencies
dyn-any = { workspace = true }
graphene-core = { workspace = true }
graphene-text = { workspace = true }
# Workspace dependencies
glam = { workspace = true }
+2 -2
View File
@@ -1,8 +1,8 @@
use dyn_any::{DynAny, StaticType, StaticTypeSized};
use glam::{DAffine2, UVec2};
use graphene_core::text::FontCache;
use graphene_core::transform::Footprint;
use graphene_core::vector::style::ViewMode;
use graphene_core::view_mode::ViewMode;
use graphene_text::FontCache;
use std::fmt::Debug;
use std::future::Future;
use std::hash::{Hash, Hasher};