mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Add recipes for winit and glutin examples
This commit is contained in:
parent
a0401c41c6
commit
20accfbf29
4
recipes/glutin/recipe.sh
Normal file
4
recipes/glutin/recipe.sh
Normal file
@ -0,0 +1,4 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/glutin.git
|
||||
GIT_UPSTREAM=https://github.com/tomaka/glutin.git
|
||||
GIT_BRANCH=redox
|
||||
CARGOFLAGS="--example window"
|
||||
4
recipes/winit/recipe.sh
Normal file
4
recipes/winit/recipe.sh
Normal file
@ -0,0 +1,4 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/winit.git
|
||||
GIT_UPSTREAM=https://github.com/tomaka/winit.git
|
||||
GIT_BRANCH=redox
|
||||
CARGOFLAGS="--example window"
|
||||
Loading…
Reference in New Issue
Block a user