Add recipes for winit and glutin examples

This commit is contained in:
Jeremy Soller 2018-12-10 17:12:48 -07:00
parent a0401c41c6
commit 20accfbf29
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 8 additions and 0 deletions

4
recipes/glutin/recipe.sh Normal file
View 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
View 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"