Skip to content

Commit 3884d5a

Browse files
committed
remove gcore dependency from editor
1 parent 1d89dce commit 3884d5a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ default = ["wasm"]
1515
wasm = ["wasm-bindgen", "graphene-std/wasm", "wasm-bindgen-futures"]
1616
gpu = [
1717
"interpreted-executor/gpu",
18-
"graphene-core/gpu",
18+
"graphene-std/gpu",
1919
"wgpu-executor",
2020
]
2121
tauri = ["ron", "decouple-execution"]
2222
decouple-execution = []
2323
resvg = ["graphene-std/resvg"]
24-
vello = ["graphene-std/vello", "resvg", "graphene-core/vello"]
24+
vello = ["graphene-std/vello", "resvg"]
2525
ron = ["dep:ron"]
2626

2727
[dependencies]
@@ -31,7 +31,6 @@ graph-craft = { path = "../node-graph/graph-craft" }
3131
interpreted-executor = { path = "../node-graph/interpreted-executor", features = [
3232
"serde",
3333
] }
34-
graphene-core = { path = "../node-graph/gcore" }
3534
graphene-std = { path = "../node-graph/gstd", features = ["serde"] }
3635

3736
# Workspace dependencies

0 commit comments

Comments
 (0)