From 7a71d479a1e91bbfdf24831a2cf098c4510c9f92 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 6 Jan 2025 13:18:07 -0300 Subject: [PATCH] Update 2025-01-08-this-week-in-rust.md Add gameboy emulator for terminals --- draft/2025-01-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index c3624ad2a..ca66576cd 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Miscellaneous +* [Gameboy on your terminal written in Rust](https://github.com/raphamorim/gameboy) + ## Crate of the Week