diff --git a/recipes/glutin/recipe.sh b/recipes/glutin/recipe.sh new file mode 100644 index 000000000..e8600bd9b --- /dev/null +++ b/recipes/glutin/recipe.sh @@ -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" diff --git a/recipes/winit/recipe.sh b/recipes/winit/recipe.sh new file mode 100644 index 000000000..48808d54d --- /dev/null +++ b/recipes/winit/recipe.sh @@ -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"