Add more examples to wayland-rs

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

View File

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