1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00

Include test windows in egui_demo_lib snapshot tests (#7070)

This commit is contained in:
Emil Ernerfeldt
2025-05-21 17:44:27 +02:00
committed by GitHub
parent 54ae2360ec
commit f57cb27386
16 changed files with 67 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ rustdoc-args = ["--generate-link-to-definition"]
[features]
default = ["dep:mime_guess2"]
## Shorthand for enabling the different types of image loaders (`file`, `http`, `image`, `svg`).
## Shorthand for enabling all the different types of image loaders.
all_loaders = ["file", "http", "image", "svg", "gif", "webp"]
## Enable [`DatePickerButton`] widget.