mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 17:38:11 +08:00
Implement cons node
This commit is contained in:
@@ -20,4 +20,4 @@ dyn-any = {path = "../../libraries/dyn-any", features = ["derive"], optional = t
|
||||
|
||||
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", features = ["glam"] , optional = true}
|
||||
async-trait = {version = "0.1", optional = true}
|
||||
serde = "1.0"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
|
||||
Reference in New Issue
Block a user