From a006b67d1a453379e09c9c1c4f6f76acfcb9741a Mon Sep 17 00:00:00 2001 From: Febin John James Date: Mon, 13 Oct 2025 23:35:24 +0530 Subject: [PATCH] Add Bevy walkthrough series links --- draft/2025-10-15-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-10-15-this-week-in-rust.md b/draft/2025-10-15-this-week-in-rust.md index 806911e44..6d30773c5 100644 --- a/draft/2025-10-15-this-week-in-rust.md +++ b/draft/2025-10-15-this-week-in-rust.md @@ -49,6 +49,9 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [series] [The Impatient Programmer's Guide to Bevy and Rust: Chapter 1 - Let There Be a Player](https://aibodh.com/posts/bevy-rust-game-development-chapter-1/) +* [series] [The Impatient Programmer's Guide to Bevy and Rust: Chapter 2 - Let There Be a World](https://aibodh.com/posts/bevy-rust-game-development-chapter-2/) + ### Research ### Miscellaneous