From 035eda306872cdb3aff5a89e46dccda60435d3de Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 13 Feb 2024 08:22:00 +0100 Subject: [PATCH] Add egui 0.26 to TWIR --- draft/2024-02-14-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index 83b515154..4a80ce0c4 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -35,6 +35,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [egui 0.26 - Text selection in labels](https://github.com/emilk/egui/releases/tag/0.26.0) + ### Observations/Thoughts ### Rust Walkthroughs