redox/recipes/demos/winit/recipe.toml
2026-05-15 22:36:18 +07:00

12 lines
244 B
TOML

[source]
git = "https://github.com/pop-os/winit.git"
branch = "winit-0.29"
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CARGO_FLAGS=() # remove --locked
cookbook_cargo_examples cursor_grab drag_window window window_debug
"""