mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Introduce egui_extras with RetainedImage for loading svg,png,jpeg,… (#1282)
This commit is contained in:
@@ -40,6 +40,7 @@ syntax_highlighting = ["syntect"]
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.16.0", path = "../egui", default-features = false }
|
||||
egui_extras = { version = "0.16.0", path = "../egui_extras", features = ["image"] }
|
||||
epi = { version = "0.16.0", path = "../epi" }
|
||||
|
||||
chrono = { version = "0.4", features = ["js-sys", "wasmbind"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user