mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-19 21:18:54 +00:00
Update to expect 0.27 based Winit branch
While egui hasn't yet merged its Winit 0.27 support into master agdk-egui currently points to an egui branch with Winit 0.27 support
This commit is contained in:
@@ -8,7 +8,7 @@ resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
winit = "0.26"
|
||||
winit = "0.27"
|
||||
wgpu = "0.13.0"
|
||||
pollster = "0.2"
|
||||
egui = "0.18"
|
||||
@@ -17,14 +17,20 @@ 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" }
|
||||
winit = { git = "https://github.com/rib/winit", branch = "android-activity-0.27" }
|
||||
#winit = { path="../../../winit" }
|
||||
|
||||
egui = { git = "https://github.com/emilk/egui" }
|
||||
egui-wgpu = { git = "https://github.com/emilk/egui" }
|
||||
egui-winit = { git = "https://github.com/emilk/egui" }
|
||||
egui_extras = { git = "https://github.com/emilk/egui" }
|
||||
egui_demo_lib = { git = "https://github.com/emilk/egui" }
|
||||
egui = { git = "https://github.com/budde25/egui", branch = "bump-winit" }
|
||||
egui-wgpu = { git = "https://github.com/budde25/egui", branch = "bump-winit" }
|
||||
egui-winit = { git = "https://github.com/budde25/egui", branch = "bump-winit" }
|
||||
egui_extras = { git = "https://github.com/budde25/egui", branch = "bump-winit" }
|
||||
egui_demo_lib = { git = "https://github.com/budde25/egui", branch = "bump-winit" }
|
||||
|
||||
#egui = { git = "https://github.com/emilk/egui" }
|
||||
#egui-wgpu = { git = "https://github.com/emilk/egui" }
|
||||
#egui-winit = { git = "https://github.com/emilk/egui" }
|
||||
#egui_extras = { git = "https://github.com/emilk/egui" }
|
||||
#egui_demo_lib = { git = "https://github.com/emilk/egui" }
|
||||
|
||||
#egui = { path = "../../../egui/egui" }
|
||||
#egui-wgpu = { path = "../../../egui/egui-wgpu" }
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
winit = { git = "https://github.com/rib/winit", branch = "android-activity"}
|
||||
winit = { git = "https://github.com/rib/winit", branch = "android-activity-0.27"}
|
||||
#winit = { path="../../../winit" }
|
||||
wgpu = "0.12.0"
|
||||
pollster = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user