agdk-egui: use staging branch for winit, for CI build

This commit is contained in:
Robert Bragg
2022-08-14 09:16:34 +01:00
parent 3e95c428f5
commit fb9a9f15c8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
+1 -1
View File
@@ -17,7 +17,7 @@ egui-winit = { version = "0.18", default-features = false }
egui_demo_lib = "0.18"
[patch.crates-io]
winit = { git = "https://github.com/rib/winit", branch = "android-activity-0.27" }
winit = { git = "https://github.com/rib/winit", branch = "android-activity-0.27-staging" }
#winit = { path="../../../winit" }
egui = { git = "https://github.com/budde25/egui", branch = "bump-winit" }