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

17 lines
335 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/glutin.git"
branch = "redox-0.30"
upstream = "https://github.com/rust-windowing/glutin.git"
[build]
template = "custom"
cargopath = "glutin_examples"
dependencies = [
"mesa",
"zlib"
]
script = """
DYNAMIC_INIT
CARGOPATH="glutin_examples" cookbook_cargo_examples window
"""