Skip to content

Commit 262ee42

Browse files
committed
remove crates gpu-executor, gpu-compiler, compilation-client and compilation-server
1 parent 7d65a66 commit 262ee42

File tree

32 files changed

+2665
-9992
lines changed

32 files changed

+2665
-9992
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ members = [
1010
"node-graph/graphene-cli",
1111
"node-graph/interpreted-executor",
1212
"node-graph/node-macro",
13-
"node-graph/compilation-server",
14-
"node-graph/compilation-client",
1513
"node-graph/wgpu-executor",
16-
"node-graph/gpu-executor",
17-
"node-graph/gpu-compiler/gpu-compiler-bin-wrapper",
1814
"libraries/dyn-any",
1915
"libraries/path-bool",
2016
"libraries/bezier-rs",
2117
"libraries/math-parser",
2218
"website/other/bezier-rs-demos/wasm",
2319
]
24-
exclude = ["node-graph/gpu-compiler"]
2520
default-members = [
2621
"editor",
2722
"frontend/wasm",

editor/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ default = ["wasm"]
1515
wasm = ["wasm-bindgen", "graphene-std/wasm", "wasm-bindgen-futures"]
1616
gpu = [
1717
"interpreted-executor/gpu",
18-
"graphene-std/gpu",
1918
"graphene-core/gpu",
2019
"wgpu-executor",
21-
"gpu-executor",
2220
]
2321
tauri = ["ron", "decouple-execution"]
2422
decouple-execution = []
@@ -72,7 +70,6 @@ spin = "0.9.8"
7270

7371
# Optional local dependencies
7472
wgpu-executor = { path = "../node-graph/wgpu-executor", optional = true }
75-
gpu-executor = { path = "../node-graph/gpu-executor", optional = true }
7673

7774
# Optional workspace dependencies
7875
wasm-bindgen = { workspace = true, optional = true }

0 commit comments

Comments
 (0)