feat(cpp/apps): bump versions — chart_demo 0.2, gallery 0.3, shaders_lab 0.3
This commit is contained in:
@@ -411,8 +411,8 @@ int main() {
|
||||
cfg.width = 1600;
|
||||
cfg.height = 900;
|
||||
cfg.about = {.name = "shaders_lab",
|
||||
.version = "0.1.0",
|
||||
.description = "Live GLSL shader playground with DAG pipeline"};
|
||||
.version = "0.3.0",
|
||||
.description = "Live GLSL shader playground with DAG pipeline. layout_storage publico, compiler extraido, AppConfig estandar, multi-viewport, modal save-as via modal_dialog."};
|
||||
cfg.panels = k_panels;
|
||||
cfg.panel_count = sizeof(k_panels) / sizeof(k_panels[0]);
|
||||
cfg.layouts_cb = &g_layout_cb;
|
||||
|
||||
Reference in New Issue
Block a user