From e81f5c55da8f9c9c5c3e26113b37344fcc31d305 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Sat, 23 May 2026 13:51:59 +0200 Subject: [PATCH] gwindows 1.5.4 metadata (examples removed) (#1917) Removed build of examples: this causes a new, mysterious issue in at least one crate (LEA) using the GWindows crate. Examples will be built in a separate crate. Note that gwindows_contrib.gpr also has some own examples but is not exposed to that issue which is related to an extra file added for the linker. --- index/gw/gwindows/gwindows-1.5.4.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index/gw/gwindows/gwindows-1.5.4.toml b/index/gw/gwindows/gwindows-1.5.4.toml index efc413c4..383e7bb9 100644 --- a/index/gw/gwindows/gwindows-1.5.4.toml +++ b/index/gw/gwindows/gwindows-1.5.4.toml @@ -45,16 +45,9 @@ project-files = [ "gnatcom/gnatcom.gpr", "gnatcom/gnatcom_tools.gpr", "gwindows/gwindows.gpr", - "gwindows/gwindows_contrib.gpr", - "gwindows/gwindows_samples.gpr" + "gwindows/gwindows_contrib.gpr" ] executables = [ - "game_of_life_interactive", - "mdi_example", - "sci_example", - "demo_exlv1", - "demo_exlv2", - "demo_exlv3", "bindcom", "comscope", "createcom",