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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user