feat(cpp/apps): bump versions — chart_demo 0.2, gallery 0.3, shaders_lab 0.3

This commit is contained in:
2026-04-29 00:56:24 +02:00
parent 9b2745fa25
commit 6dd1fe07bd
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ int main() {
.width = 1400,
.height = 900,
.about = {.name = "chart demo",
.version = "0.1.0",
.description = "Demo de primitivos viz: line, scatter, bar, heatmap"}
.version = "0.2.0",
.description = "Demo de primitivos viz: line, scatter, bar, heatmap. AppConfig estandar + multi-viewport."}
}, render);
}