Desktop: Ready runtime and render node for desktop (#2952)

* Desktop: Ready runtime and render node for desktop

* Address review comments
This commit is contained in:
Dennis Kobert
2025-07-28 23:23:35 +00:00
committed by GitHub
parent 6119dea58c
commit 2247dd9818
13 changed files with 177 additions and 102 deletions
-1
View File
@@ -13,7 +13,6 @@ license = "Apache-2.0"
[features]
default = ["gpu"]
gpu = ["editor/gpu"]
tauri = ["editor/tauri"]
[lib]
crate-type = ["cdylib", "rlib"]
+1 -1
View File
@@ -931,7 +931,7 @@ async fn poll_node_graph_evaluation() {
return;
}
if !editor::node_graph_executor::run_node_graph().await {
if !editor::node_graph_executor::run_node_graph().await.0 {
return;
};