Graphite/node-graph/graph-craft/src
Keavon Chambers b396d17211 Migrate remaining node graph data types from Vec to Table (#4067)
* Move Vec<String> to Table<String>

* Remove old VecDVec2

* Move Vec<u8> to Table<u8>

* Move Vec<f64> to Table<f64>

* Move [f64; 4] to Table<f64>

* Move Vec<NodeId> to Table<NodeId>

* Tidy up the TaggedValue variants

* Move Vec<BrushStroke> to Table<BrushStroke>

* Add missing type implementations

* Fix tests

---------
2026-04-28 13:44:25 -07:00
..
application_io Remove surface and window from ApplicationIo (#3941) 2026-04-09 20:12:53 +00:00
document Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
application_io.rs Remove surface and window from ApplicationIo (#3941) 2026-04-09 20:12:53 +00:00
document.rs Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
graphene_compiler.rs Graphene: Fine-grained context caching (#2500) 2025-09-05 11:44:26 +00:00
lib.rs Remove surface and window from ApplicationIo (#3941) 2026-04-09 20:12:53 +00:00
null.png Deprecate LetNodes in favor of new scope API (#1814) 2024-07-10 14:18:21 +02:00
proto.rs Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
util.rs Fix profiling CI action failing (#2734) 2025-06-19 20:28:17 -07:00