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

Include test windows in egui_demo_lib snapshot tests

This commit is contained in:
Emil Ernerfeldt
2025-05-21 17:30:38 +02:00
parent 54ae2360ec
commit 3209bd44f0
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.