mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Update ehttp to 0.5 (#4055)
This commit is contained in:
@@ -61,7 +61,7 @@ wgpu = { workspace = true, features = ["webgpu", "webgl"], optional = true }
|
||||
|
||||
|
||||
# feature "http":
|
||||
ehttp = { version = "0.4", optional = true }
|
||||
ehttp = { version = "0.5", optional = true }
|
||||
image = { version = "0.24", optional = true, default-features = false, features = [
|
||||
"jpeg",
|
||||
"png",
|
||||
@@ -78,7 +78,7 @@ env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
] }
|
||||
rfd = { version = "0.11", optional = true }
|
||||
rfd = { version = "0.13", optional = true }
|
||||
|
||||
# web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
||||
@@ -94,4 +94,4 @@ syntect = { version = "5", optional = true, default-features = false, features =
|
||||
resvg = { version = "0.37", optional = true, default-features = false }
|
||||
|
||||
# http feature
|
||||
ehttp = { version = "0.4", optional = true, default-features = false }
|
||||
ehttp = { version = "0.5", optional = true, default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user