Try and fail to make nodes object-safe in node graph

This commit is contained in:
Dennis
2022-08-01 23:44:10 -07:00
committed by Keavon Chambers
parent fef173d3fe
commit 7384514b87
12 changed files with 200 additions and 64 deletions
+4
View File
@@ -6,5 +6,9 @@ description = "Api definitions for graphene"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
const_default = ["const-default"]
default = ["const_default"]
[dependencies]
const-default = { version = "1.0", optional = true }