Reintroduce input for the node trait

# Conflicts:
#	node-graph/gcore/src/raster.rs
This commit is contained in:
Dennis
2022-08-10 13:05:57 +02:00
committed by Keavon Chambers
parent b46bcc16ba
commit ef08c27e9c
6 changed files with 79 additions and 34 deletions

View File

@@ -1,8 +1,10 @@
pub mod value;
pub use graphene_core::{generic, ops /*, structural*/};
#[cfg(feature = "memoization")]
pub mod memo;
//#[cfg(feature = "memoization")]
//pub mod memo;
//pub mod raster;
pub use graphene_core::*;