From cc2503263bc9d0adeb9456c3c16ed6024fbe3475 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 18 Apr 2026 12:23:30 +0700 Subject: [PATCH] Fix app names for wayland config --- config/wayland.toml | 2 +- recipes/wip/wayland/iced-wayland/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wayland.toml b/config/wayland.toml index fc7fd62d8..1bf8d306c 100644 --- a/config/wayland.toml +++ b/config/wayland.toml @@ -80,7 +80,7 @@ set -ex #env G_MAIN_POLL_DEBUG=1 G_MESSAGES_DEBUG=all LD_DEBUG=all WEBKIT_DEBUG=all MiniBrowser& printenv -#wayland-rs_simple_window +#wayland-rs_simple-window #winit-wayland_window #softbuffer-wayland_animation #iced-wayland_sctk_lazy diff --git a/recipes/wip/wayland/iced-wayland/recipe.toml b/recipes/wip/wayland/iced-wayland/recipe.toml index 66e7a0a3e..843af017c 100644 --- a/recipes/wip/wayland/iced-wayland/recipe.toml +++ b/recipes/wip/wayland/iced-wayland/recipe.toml @@ -10,5 +10,5 @@ dependencies = [ template = "custom" script = """ DYNAMIC_INIT -cookbook_cargo_packages sctk_lazy +COOKBOOK_CARGO_PATH="examples/sctk_lazy" cookbook_cargo_build """