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

Add example of loading and showing an image with eframe/egui

Closes https://github.com/emilk/egui/pull/700
This commit is contained in:
Emil Ernerfeldt
2021-09-04 17:44:01 +02:00
parent 5f88d89f74
commit 6902151a96
5 changed files with 52 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ egui_glium = { version = "0.14.0", path = "../egui_glium", default-features = fa
[target.'cfg(target_arch = "wasm32")'.dependencies]
egui_web = { version = "0.14.0", path = "../egui_web", default-features = false }
[dev-dependencies]
image = { version = "0.23", default-features = false, features = ["png"] }
[features]
default = ["default_fonts"]