redox/recipes/demos/winit/recipe.toml
2024-02-10 18:54:33 -07:00

10 lines
189 B
TOML

[source]
git = "https://github.com/pop-os/winit.git"
branch = "winit-0.29"
[build]
template = "custom"
script = """
cookbook_cargo_examples cursor_grab drag_window window window_debug
"""