Fix app names for wayland config

This commit is contained in:
Wildan M 2026-04-18 12:23:30 +07:00
parent c9489fd8dc
commit cc2503263b
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,5 +10,5 @@ dependencies = [
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages sctk_lazy
COOKBOOK_CARGO_PATH="examples/sctk_lazy" cookbook_cargo_build
"""