1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Update ehttp to 0.5 (#4055)

This commit is contained in:
Emil Ernerfeldt
2024-02-16 10:57:54 +01:00
committed by GitHub
parent 2feb1440be
commit 6fbf7fe566
6 changed files with 30 additions and 39 deletions

View File

@@ -17,4 +17,4 @@ env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
rfd = "0.11"
rfd = "0.13"

View File

@@ -14,7 +14,7 @@ eframe = { workspace = true, features = [
] }
egui_plot.workspace = true
image = { version = "0.24", default-features = false, features = ["png"] }
rfd = "0.11.0"
rfd = "0.13.0"
env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",