mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
10 lines
189 B
TOML
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
|
|
"""
|