1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Update rfd 0.6 -> 0.7

This commit is contained in:
Emil Ernerfeldt
2022-02-04 13:21:01 +01:00
parent 47038c631e
commit 1b623fdd34
2 changed files with 77 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ egui_web = { version = "0.16.0", path = "../egui_web", default-features = false,
ehttp = "0.2"
image = { version = "0.24", default-features = false, features = ["jpeg", "png"] }
poll-promise = "0.1"
rfd = "0.6"
rfd = "0.7"
[features]
default = ["default_fonts", "egui_glow"]