From 18aeec9adfba4ecddd7d6e03549b96dcbfc020c3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Nov 2025 13:42:11 -0700 Subject: [PATCH] Add more examples to wayland-rs --- recipes/wip/wayland/wayland-rs/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/wayland/wayland-rs/recipe.toml b/recipes/wip/wayland/wayland-rs/recipe.toml index f735f4ae9..235c9d999 100644 --- a/recipes/wip/wayland/wayland-rs/recipe.toml +++ b/recipes/wip/wayland/wayland-rs/recipe.toml @@ -12,5 +12,5 @@ dependencies = [ script = """ DYNAMIC_INIT export RUSTFLAGS="${RUSTFLAGS} -lffi" -cookbook_cargo_examples simple_window +cookbook_cargo_examples list_globals_no_dispatch list_globals simple_window """