mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
335 B
TOML
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
|
|
"""
|