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

Add ability to highlight any widget (#2632)

* Add ability to highlight any widget

* Add line to changelog

* Demote the demo to a test
This commit is contained in:
Emil Ernerfeldt
2023-01-27 23:36:14 +01:00
committed by GitHub
parent e7c0547e23
commit c72bdb77b5
10 changed files with 99 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ pub mod dancing_strings;
pub mod demo_app_windows;
pub mod drag_and_drop;
pub mod font_book;
pub mod highlighting;
pub mod layout_test;
pub mod misc_demo_window;
pub mod multi_touch;