From fe788255d9e2bcfb3eb4718db8510549a6999daf Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 19 May 2024 12:53:07 +0100 Subject: [PATCH] projects: new project rustboyadvance-ng --- content/projects/data.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/projects/data.toml b/content/projects/data.toml index 67be633..b7ac57a 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -30,6 +30,14 @@ links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" }, ] +[[project]] +name = "rustboyadvance-ng" +desc = "A rusty Nintendoâ„¢ Game Boy Advance emulator and debugger. Fork of `michelhe/rustboyadvance-ng`." +tags = ["rust", "gameboy", "emulator"] +links = [ + { name = "git", url = "https://git.devraza.duckdns.org/devraza/rustboyadvance-ng" }, +] + [[project]] name = "radiant.nvim" desc = "A fast and minimal Neovim configuration framework."