Extract gelement-nodes for nodes accepting both vector, raster and graphic element

This commit is contained in:
Firestar99
2025-06-27 15:39:12 +02:00
parent 217d112aae
commit fa2af78176
17 changed files with 116 additions and 40 deletions

View File

@@ -16,6 +16,7 @@ loading = ["serde_json"]
# Local dependencies
dyn-any = { workspace = true }
graphene-core = { workspace = true }
graphene-element-nodes = { workspace = true }
graphene-path-bool = { workspace = true }
graphene-application-io = { workspace = true }
graphene-svg-renderer = { workspace = true }

View File

@@ -224,7 +224,7 @@ tagged_value! {
XY(graphene_core::extract_xy::XY),
RedGreenBlue(graphene_core::raster::RedGreenBlue),
RedGreenBlueAlpha(graphene_core::raster::RedGreenBlueAlpha),
RealTimeMode(graphene_core::animation::RealTimeMode),
RealTimeMode(graphene_element_nodes::animation::RealTimeMode),
NoiseType(graphene_core::raster::NoiseType),
FractalType(graphene_core::raster::FractalType),
CellularDistanceFunction(graphene_core::raster::CellularDistanceFunction),