Add support for visualizing Vec<String> in the Data panel

This commit is contained in:
Keavon Chambers
2025-11-03 13:13:54 -08:00
parent 0d8c521fbe
commit 0998abdaf3
4 changed files with 58 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ tagged_value! {
VecF64(Vec<f64>),
VecDVec2(Vec<DVec2>),
F64Array4([f64; 4]),
VecString(Vec<String>),
NodePath(Vec<NodeId>),
// ===========
// TABLE TYPES