add reqwest as dependency
Signed-off-by: kernelkind <kernelkind@gmail.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
William Casarin
parent
486a8c84e0
commit
64904da5e8
@@ -19,6 +19,7 @@ eframe = { version = "0.27.2", default-features = false, features = [ "glow", "w
|
||||
#eframe = "0.22.0"
|
||||
egui_extras = { version = "0.27.2", features = ["all_loaders"] }
|
||||
ehttp = "0.2.0"
|
||||
reqwest = "0.12.4"
|
||||
image = { version = "0.24", features = ["jpeg", "png", "webp"] }
|
||||
log = "0.4.17"
|
||||
poll-promise = { version = "0.3.0", features = ["tokio"] }
|
||||
|
||||
Reference in New Issue
Block a user