mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 15:28:04 +08:00
Don't force nodes to store references to other nodes
This commit is contained in:
@@ -9,11 +9,13 @@ authors = ["Dennis Kobert <dennis@kobert.dev>"]
|
||||
|
||||
[features]
|
||||
std = ["dyn-any"]
|
||||
default = ["gpu"]
|
||||
default = ["gpu", "async"]
|
||||
gpu = ["spirv-std"]
|
||||
async = ["async-trait"]
|
||||
nightly = []
|
||||
|
||||
[dependencies]
|
||||
dyn-any = {path = "../dyn-any", features = ["derive"], optional = true}
|
||||
|
||||
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", features = ["glam"] , optional = true}
|
||||
async-trait = {version = "0.1", optional = true}
|
||||
|
||||
Reference in New Issue
Block a user