Graphite/node-graph/graph-craft/src
Firestar99 69ed80b79b
Add `::IDENTITY` to node macro to return a `ProtoNodeIdentifier` that is always a `&'static str` (#2842)
* fix warnings on master

* make the `ProtoNodeIdentifier` of a Node be accessible and always a borrowed `&'static str`

* always generate `node_name::identifier()`, even with `skip_impl`

* make `FrontendNodeType` use Cow

* remove broken `DocumentNodeDefinition`s for old GPU nodes

* don't reexport `graphic_element` in it's entirety, only data structures

* adjust everything to use the new `node_name::identifier()`

* fixup imports for wasm

* turn identifier fn into a constant
2025-07-07 16:29:59 -07:00
..
document Add `::IDENTITY` to node macro to return a `ProtoNodeIdentifier` that is always a `&'static str` (#2842) 2025-07-07 16:29:59 -07:00
document.rs Add `::IDENTITY` to node macro to return a `ProtoNodeIdentifier` that is always a `&'static str` (#2842) 2025-07-07 16:29:59 -07:00
graphene_compiler.rs Reduce development environment warnings and remove DWARF debug symbols (#2741) 2025-06-22 03:10:25 -07:00
lib.rs Comment out all remaining active Imaginate code 2025-04-12 17:32:24 -07:00
null.png Deprecate LetNodes in favor of new scope API (#1814) 2024-07-10 14:18:21 +02:00
proto.rs Remove the `serde` feature and instead just always require it (#2737) 2025-06-21 16:52:47 -07:00
util.rs Fix profiling CI action failing (#2734) 2025-06-19 20:28:17 -07:00
wasm_application_io.rs Remove dead code for Imaginate 2025-06-26 18:46:46 -07:00