From 6ea3f82fb8f6c7b2c850ce3879420955a2133cf1 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 14 Aug 2022 11:05:44 +0100 Subject: [PATCH] agdk-egui: revert back to updated android-activity-0.27 Winit branch --- examples/agdk-egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/agdk-egui/Cargo.toml b/examples/agdk-egui/Cargo.toml index 4ad153f..31ebc15 100644 --- a/examples/agdk-egui/Cargo.toml +++ b/examples/agdk-egui/Cargo.toml @@ -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" }