gwindows 1.4.1 tags samples update (#852)

Added some "catchy" demos in the executables list.
This commit is contained in:
Gautier de Montmollin
2023-07-21 10:49:15 +02:00
committed by GitHub
parent 8f2ab70bc8
commit c9aee2e127
+9 -2
View File
@@ -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/"