diff options
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 81ea1cd..cc224e3 100644 --- a/packages.json +++ b/packages.json @@ -1011,6 +1011,15 @@ "description": "wrapper for the GNU multiple precision arithmetic library (GMP)", "license": "LGPLv3 or GPLv2", "web": "https://github.com/cowboy-coders/nim-gmp" + }, + { + "name": "ludens", + "url": "git://github.com/rnentjes/nim-ludens", + "method": "git", + "tags": ["library", "game", "opengl", "sfml"], + "description": "Little game library using opengl and sfml", + "license": "MIT", + "web": "https://github.com/rnentjes/nim-ludens" } ] |
