aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a050071..53cee46 100644
--- a/packages.json
+++ b/packages.json
@@ -1380,5 +1380,14 @@
"description": "Syslog module.",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-syslog"
+ },
+ {
+ "name": "nimes",
+ "url": "https://github.com/def-/nimes",
+ "method": "git",
+ "tags": ["emulator", "nes", "game", "sdl", "javascript"],
+ "description": "NES emulator using SDL2, also compiles to JavaScript with emscripten.",
+ "license": "MPL",
+ "web": "https://github.com/def-/nimes"
}
]