Update egui 0.26.1 -> 0.27.1

Needed for shadows

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-04-01 11:04:46 -04:00
committed by William Casarin
parent 7a113825dd
commit 83197bac78
3 changed files with 77 additions and 32 deletions

View File

@@ -11,12 +11,12 @@ edition = "2021"
crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.26.0"
eframe = { version = "0.26.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.27.1"
eframe = { version = "0.27.1", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
#eframe = { version = "0.26.0", default-features = false, features = [ "glow", "android-native-activity" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.26.0", features = ["all_loaders"] }
egui_extras = { version = "0.27.1", features = ["all_loaders"] }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
log = "0.4.17"