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

@@ -12,6 +12,7 @@ pub mod wasm_application_io;
pub use graphene_application_io as application_io;
pub use graphene_core::vector;
pub use graphene_core::*;
pub use graphene_element_nodes::animation;
pub use graphene_math_nodes as math_nodes;
pub use graphene_path_bool as path_bool;