We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e9aa5 commit 3e1acfaCopy full SHA for 3e1acfa
Cargo.toml
@@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib"]
15
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
16
egui = "0.27.2"
17
eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
18
-#eframe = { version = "0.26.0", default-features = false, features = [ "glow", "android-native-activity" ] }
+#eframe = { version = "0.27.2", default-features = false, features = [ "glow", "android-native-activity" ] }
19
#eframe = "0.22.0"
20
egui_extras = { version = "0.27.2", features = ["all_loaders"] }
21
ehttp = "0.2.0"
0 commit comments