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 }
+2 -1
View File
@@ -6,13 +6,14 @@ pub mod wasm_application_io;
pub use graphene_application_io as application_io;
pub use graphene_brush as brush;
pub use graphene_core::vector;
pub use graphene_core::*;
pub use graphene_element as element;
pub use graphene_element_nodes as element_nodes;
pub use graphene_element_nodes::animation;
pub use graphene_math_nodes as math_nodes;
pub use graphene_path_bool as path_bool;
pub use graphene_raster_nodes as raster_nodes;
pub use graphene_vector as vector;
/// stop gap solutions until all paths have been replaced with their absolute ones
pub mod renderer {
+3 -3
View File
@@ -1,7 +1,7 @@
use crate::vector::{VectorData, VectorDataTable};
use graph_craft::wasm_application_io::WasmEditorApi;
use graphene_core::Ctx;
pub use graphene_core::text::*;
use graphene_core::context::Ctx;
pub use graphene_text::*;
use graphene_vector::{VectorData, VectorDataTable};
#[node_macro::node(category(""))]
fn text<'i: 'n>(