deps: install ehttp loader

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-11 13:58:15 -08:00
parent 30b55abd72
commit 4ae3a701b8
2 changed files with 17 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib"]
egui = "0.26.0"
eframe = { version = "0.26.0", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.26.0", features = ["image", "svg"] }
egui_extras = { version = "0.26.0", features = ["all_loaders"] }
ehttp = "0.2.0"
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
log = "0.4.17"