winit-wayland: remove examples not in 0.30 branch

This commit is contained in:
Jeremy Soller 2025-11-07 13:56:47 -07:00
parent 18aeec9adf
commit 7c365db8a1
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

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