1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add opt-in puffin feature to egui-extras (#3307)

* Add opt-in `puffin` feature to `egui-extras`

Image loading can be slow.

Related to https://github.com/emilk/egui/pull/3297

* Silence warning
This commit is contained in:
Emil Ernerfeldt
2023-09-05 14:11:29 +02:00
committed by GitHub
parent 67168be069
commit 707ca04c08
4 changed files with 45 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -1265,6 +1265,7 @@ dependencies = [
"egui",
"image",
"log",
"puffin",
"resvg",
"serde",
"tiny-skia",