Merge examples category with demos

This commit is contained in:
Jeremy Soller 2024-02-10 18:54:33 -07:00
parent 021ec7ddf0
commit 58a28f581a
9 changed files with 9 additions and 10 deletions

View 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
"""

View File

@ -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
"""