mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
12 lines
244 B
TOML
12 lines
244 B
TOML
[source]
|
|
git = "https://github.com/pop-os/winit.git"
|
|
branch = "winit-0.29"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
COOKBOOK_CARGO_FLAGS=() # remove --locked
|
|
cookbook_cargo_examples cursor_grab drag_window window window_debug
|
|
"""
|