From c9aee2e12744e619720a4286b153cb248024e182 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Fri, 21 Jul 2023 10:49:15 +0200 Subject: [PATCH] gwindows 1.4.1 tags samples update (#852) Added some "catchy" demos in the executables list. --- index/gw/gwindows/gwindows-1.4.1.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index/gw/gwindows/gwindows-1.4.1.toml b/index/gw/gwindows/gwindows-1.4.1.toml index 60a53a6d..9cda7e29 100644 --- a/index/gw/gwindows/gwindows-1.4.1.toml +++ b/index/gw/gwindows/gwindows-1.4.1.toml @@ -18,16 +18,23 @@ project-files = [ "gnatcom/gnatcom.gpr", "gnatcom/gnatcom_tools.gpr", "gwindows/gwindows.gpr", - "gwindows/gwindows_contrib.gpr" + "gwindows/gwindows_contrib.gpr", + "gwindows/gwindows_samples.gpr" ] executables = [ + "game_of_life_interactive", + "mdi_example", + "sci_example", + "demo_exlv1", + "demo_exlv2", + "demo_exlv3", "bindcom", "comscope", "createcom", "makeguid" ] tags = [ - "gui" + "gui", "windows" ] website = "https://sourceforge.net/projects/gnavi/"