redox/recipes/examples/winit/recipe.toml
2023-11-05 12:58:51 +00:00

11 lines
220 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/winit.git"
branch = "redox-0.27"
upstream = "https://github.com/rust-windowing/winit.git"
[build]
template = "custom"
script = """
cookbook_cargo_examples window
"""