diff --git a/recipes/winit/recipe.sh b/recipes/winit/recipe.sh index 8f18b82ca..4ac8f27c6 100644 --- a/recipes/winit/recipe.sh +++ b/recipes/winit/recipe.sh @@ -1,6 +1,6 @@ GIT=https://gitlab.redox-os.org/redox-os/winit.git -GIT_UPSTREAM=https://github.com/tomaka/winit.git -BRANCH=redox +GIT_UPSTREAM=https://github.com/rust-windowing/winit.git +BRANCH=redox-0.27 CARGOFLAGS="--example window" function recipe_stage {