Merge branch 'wayland-app' into 'master'

Fix app names for wayland config

See merge request redox-os/redox!2080
This commit is contained in:
Jeremy Soller 2026-04-18 07:02:05 -06:00
commit d485a12338
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
"""