Graphite/node-graph/graph-craft
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
..
benches Replace deprecated criterion::black_box with std::hint::black_box (#3860) 2026-03-08 10:40:55 +00:00
src Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
Cargo.toml Implement dynamic table attributes to generalize the graphic-specific Table type (#4050) 2026-04-28 03:25:16 -07:00