From fb54647275334be8609eb7bfd01253751f2cf363 Mon Sep 17 00:00:00 2001 From: "M. Goldin" <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:13:19 -0700 Subject: [PATCH] Patch contribution from #6960 --- draft/2025-09-03-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-03-this-week-in-rust.md b/draft/2025-09-03-this-week-in-rust.md index 6ecfba9bf..e28e65b22 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -64,6 +64,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Let's write a macro in Rust - Part 2](https://hackeryarn.com/post/rust-macros-2/) +* [Building a Todo App in GPUI](https://blog.0xshadow.dev/posts/learning-gpui/gpui-todo-app/) ### Research