Skip to content

Commit 3489f9d

Browse files
Firestar99Keavon
authored andcommitted
Bulk remove old code for legacy GPU node implementations (#2722)
* fix warning in node-macro * remove crates `gpu-executor`, `gpu-compiler`, `compilation-client` and `compilation-server` * remove `wgpu-executor::executor` * .gitignore .idea/
1 parent d721bca commit 3489f9d

File tree

33 files changed

+11
-7380
lines changed

33 files changed

+11
-7380
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ target/
44
perf.data*
55
profile.json
66
flamegraph.svg
7-
7+
.idea/

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)