upgrade to egui 0.22.0

This commit is contained in:
William Casarin
2023-07-06 11:20:25 -07:00
parent f7c1429dd0
commit 12dbdf6043
4 changed files with 800 additions and 632 deletions

View File

@@ -12,10 +12,10 @@ crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.20.0"
eframe = { version = "0.20.0", features = [ "wgpu" ] }
egui = "0.22.0"
eframe = { version = "0.22.0", features = [ "wgpu" ] }
#eframe = "0.20.0"
egui_extras = { version = "0.20.0", features = ["image", "svg"] }
egui_extras = { version = "0.22.0", features = ["image", "svg"] }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
log = "0.4.17"