From 7c365db8a15853e8e4a77ee2edcd4ec8c1cd9d6f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Nov 2025 13:56:47 -0700 Subject: [PATCH] winit-wayland: remove examples not in 0.30 branch --- recipes/wip/wayland/winit-wayland/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/wayland/winit-wayland/recipe.toml b/recipes/wip/wayland/winit-wayland/recipe.toml index b69720d9..e3f73c66 100644 --- a/recipes/wip/wayland/winit-wayland/recipe.toml +++ b/recipes/wip/wayland/winit-wayland/recipe.toml @@ -10,5 +10,5 @@ template = "custom" script = """ DYNAMIC_INIT export RUSTFLAGS="${RUSTFLAGS} -lffi" -cookbook_cargo_examples application child_window control_flow dnd ime pump_events window +cookbook_cargo_examples child_window control_flow pump_events window """