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
+5 -3
View File
@@ -32,9 +32,14 @@ graphene-path-bool = { workspace = true }
graphene-math-nodes = { workspace = true }
graphene-svg-renderer = { workspace = true }
graphene-application-io = { workspace = true }
graphene-element = { workspace = true }
graphene-element-nodes = { workspace = true }
graphene-raster = { workspace = true }
graphene-raster-nodes = { workspace = true }
graphene-vector = { workspace = true }
graphene-vector-nodes = { workspace = true }
graphene-brush = { workspace = true }
graphene-text = { workspace = true }
# Workspace dependencies
fastnoise-lite = { workspace = true }
@@ -66,8 +71,5 @@ web-sys = { workspace = true, optional = true, features = [
"ImageBitmapRenderingContext",
] }
# Required dependencies
ndarray = "0.16.1"
[dev-dependencies]
tokio = { workspace = true }