mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 11:58:11 +08:00
Add GPU support for node graph
This commit is contained in:
@@ -8,8 +8,12 @@ authors = ["Dennis Kobert <dennis@kobert.dev>"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
#std = []
|
||||
#default = ["std"]
|
||||
std = ["dyn-any"]
|
||||
default = ["gpu"]
|
||||
gpu = ["spirv-std"]
|
||||
nightly = []
|
||||
|
||||
[dependencies]
|
||||
dyn-any = {path = "../dyn-any", features = ["derive"]}
|
||||
dyn-any = {path = "../dyn-any", features = ["derive"], optional = true}
|
||||
|
||||
spirv-std = { git = "https://github.com/EmbarkStudios/rust-gpu", features = ["glam"] , optional = true}
|
||||
|
||||
Reference in New Issue
Block a user