mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Merge examples category with demos
This commit is contained in:
parent
021ec7ddf0
commit
58a28f581a
9
recipes/demos/winit/recipe.toml
Normal file
9
recipes/demos/winit/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[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
|
||||
"""
|
||||
@ -1,10 +0,0 @@
|
||||
[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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user