Add some raster protonodes

This commit is contained in:
0hypercube
2022-10-26 00:37:05 +02:00
committed by Dennis Kobert
parent 2873c8fb00
commit 1a4a0db7e8
7 changed files with 263 additions and 17 deletions
Generated
+8
View File
@@ -235,6 +235,12 @@ dependencies = [
"syn",
]
[[package]]
name = "dyn-clone"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
[[package]]
name = "either"
version = "1.8.0"
@@ -349,6 +355,7 @@ version = "0.1.0"
dependencies = [
"borrow_stack",
"dyn-any",
"dyn-clone",
"graphene-core",
"graphene-std",
"num-traits",
@@ -381,6 +388,7 @@ version = "0.1.0"
dependencies = [
"borrow_stack",
"dyn-any",
"dyn-clone",
"graph-proc-macros",
"graphene-core",
"image",