Graphite/node-graph/wgpu-executor/src
Dennis Kobert 3657b37574
Deprecate LetNodes in favor of new scope API (#1814)
* WIP

* Start deprecating let nodes

* Replace WasmEditorApi network imports with new Scope input

* Add missing unwrap

* Add #[serde(default)] to scope_injections

* Restructure WasmEditorApi definition to be available as a TaggedValue

* Fix text node

* Use stable toolchain in nix shell again

* Code review

* FIx text node and remove all remaining warnings

* Require executor input to be 'static

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-07-10 14:18:21 +02:00
..
context.rs Upgrade several Rust dependencies (#1613) 2024-02-17 15:02:41 -08:00
executor.rs Deprecate LetNodes in favor of new scope API (#1814) 2024-07-10 14:18:21 +02:00
lib.rs Deprecate LetNodes in favor of new scope API (#1814) 2024-07-10 14:18:21 +02:00
shader.wgsl Lay groundwork for directly rendering to the canvas without a cpu roundrip (#1291) 2023-06-07 17:13:21 +02:00