mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
11 lines
220 B
TOML
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
|
|
"""
|