mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Try and fail to make nodes object-safe in node graph
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user