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

1
Cargo.lock generated
View File

@@ -784,6 +784,7 @@ dependencies = [
"egui_glium",
"egui_web",
"epi",
"image",
]
[[package]]