agdk-egui: revert back to updated android-activity-0.27 Winit branch

This commit is contained in:
Robert Bragg
2022-08-14 11:05:44 +01:00
parent fb9a9f15c8
commit 6ea3f82fb8
+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-staging" }
winit = { git = "https://github.com/rib/winit", branch = "android-activity-0.27" }
#winit = { path="../../../winit" }
egui = { git = "https://github.com/budde25/egui", branch = "bump-winit" }