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