mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Add support for visualizing Vec<String> in the Data panel
This commit is contained in:
@@ -180,6 +180,7 @@ tagged_value! {
|
||||
VecF64(Vec<f64>),
|
||||
VecDVec2(Vec<DVec2>),
|
||||
F64Array4([f64; 4]),
|
||||
VecString(Vec<String>),
|
||||
NodePath(Vec<NodeId>),
|
||||
// ===========
|
||||
// TABLE TYPES
|
||||
|
||||
Reference in New Issue
Block a user