Graphite/frontend/src-tauri
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
..
capabilities Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
icons Bundle Graphite using Tauri (#873) 2022-12-07 12:49:34 +01: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
.gitignore Reduce development environment warnings and remove DWARF debug symbols (#2741) 2025-06-22 03:10:25 -07:00
build.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
Cargo.toml Unify feature dependencies with workspace dependencies (#2736) 2025-06-21 16:26:25 -07:00
tauri.conf.json Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00