rustboyadvance-ng
A rusty Nintendo™ Game Boy Advance emulator and debugger. Fork of michelhe/rustboyadvance-ng
.
diff --git a/content/projects/data.toml b/content/projects/data.toml index b7ac57a..f2d1001 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -32,10 +32,11 @@ links = [ [[project]] name = "rustboyadvance-ng" -desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. Fork of `michelhe/rustboyadvance-ng`." +desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. `[Deprecated]`" tags = ["rust", "gameboy", "emulator"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/rustboyadvance-ng" }, + { name = "parent", url = "https://github.com/michelhe/rustboyadvance-ng" }, ] [[project]] diff --git a/public/projects/data.toml b/public/projects/data.toml index b7ac57a..f2d1001 100644 --- a/public/projects/data.toml +++ b/public/projects/data.toml @@ -32,10 +32,11 @@ links = [ [[project]] name = "rustboyadvance-ng" -desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. Fork of `michelhe/rustboyadvance-ng`." +desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. `[Deprecated]`" tags = ["rust", "gameboy", "emulator"] links = [ { name = "git", url = "https://git.devraza.duckdns.org/devraza/rustboyadvance-ng" }, + { name = "parent", url = "https://github.com/michelhe/rustboyadvance-ng" }, ] [[project]] diff --git a/public/projects/index.html b/public/projects/index.html index 8ea1ae9..3a5fc97 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -
rustboyadvance-ng
A rusty Nintendo™ Game Boy Advance emulator and debugger. Fork of michelhe/rustboyadvance-ng
.