diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-11 10:31:18 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-03-11 10:31:18 +0000 |
| commit | 993029d81b52135856e8593fa7ab58a5aa6169a4 (patch) | |
| tree | 4c77761cc2e78c7ec47e5179f8c03fa4e764bf28 | |
| parent | e99127999bbc320faf3b15e1fd39a47be3b6e8df (diff) | |
| parent | d5d8f4ff5ed88d9f791370c211ede8aa049abb1c (diff) | |
| download | packages-993029d81b52135856e8593fa7ab58a5aa6169a4.tar.gz packages-993029d81b52135856e8593fa7ab58a5aa6169a4.zip | |
Merge pull request #323 from Vladar4/master
added sdl2-nim
| -rw-r--r-- | packages.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c2f7901..84d241a 100644 --- a/packages.json +++ b/packages.json @@ -834,6 +834,25 @@ "web": "https://github.com/nim-lang/sdl2" }, { + "name": "sdl2_nim", + "url": "git://github.com/Vladar4/sdl2_nim", + "method": "git", + "tags": [ + "library", + "wrapper", + "sdl2", + "game", + "video", + "image", + "audio", + "network", + "ttf" + ], + "description": "Wrapper of the SDL 2 library for the Nim language.", + "license": "zlib", + "web": "https://github.com/Vladar4/sdl2_nim" + }, + { "name": "assimp", "url": "git://github.com/barcharcraz/nim-assimp", "method": "git", |
