1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Simplify http demo and add new download_image eframe demo

This commit is contained in:
Emil Ernerfeldt
2022-01-15 20:34:03 +01:00
parent 66d80e2519
commit b2c8cd0867
6 changed files with 164 additions and 87 deletions

View File

@@ -38,7 +38,9 @@ egui_glow = { version = "0.16.0", path = "../egui_glow", default-features = fals
egui_web = { version = "0.16.0", path = "../egui_web", default-features = false, features = ["glow"] }
[dev-dependencies]
image = { version = "0.23", default-features = false, features = ["png"] }
ehttp = "0.2"
image = { version = "0.23", default-features = false, features = ["jpeg", "png"] }
poll-promise = "0.1"
rfd = "0.6"
[features]