From 3e1acfa9cfe37c2f18399f9fa5a10755d6967199 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 4 May 2024 10:25:45 -0700 Subject: [PATCH] update version in comment because I still use this on my laptop Signed-off-by: William Casarin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4064bf..2af10ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib"] #egui-android = { git = "https://github.com/jb55/egui-android.git" } egui = "0.27.2" eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] } -#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" ] } #eframe = "0.22.0" egui_extras = { version = "0.27.2", features = ["all_loaders"] } ehttp = "0.2.0"