diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index f8b3c1e31..1e8694829 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -40,6 +40,8 @@ and just ask the editors to select the category. * [This Month in Rust OSDev: January 2024](https://rust-osdev.com/this-month/2024-01/) * [Rerun 0.13 - real-time kHz time series in a multimodal visualizer](https://www.rerun.io/blog/fast-plots) +* [egui 0.26 - Text selection in labels](https://github.com/emilk/egui/releases/tag/0.26.0) + ### Observations/Thoughts * [Which red is your function?](https://gist.github.com/JarredAllen/6cd2fd5faead573d1120a96135ed3346) * [Porting libyaml to Safe Rust: Some Thoughts](https://simonask.github.io/libyaml-safer/)