Graphite/node-graph/graph-craft
Firestar99 69ed80b79b
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
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
..
.cargo Add profiling metrics for, and speed up, Graphene graph compilation (#1924) 2024-08-12 03:07:36 -07:00
benches New demo artwork: "Parametric Dunescape" 2025-04-01 23:20:34 -07:00
src Add ::IDENTITY to node macro to return a ProtoNodeIdentifier that is always a &'static str (#2842) 2025-07-07 16:29:59 -07:00
Cargo.toml Extract gbrush (#2784) 2025-07-01 18:38:47 +00:00