diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-09 00:47:53 -0600 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-09 00:47:53 -0600 |
| commit | 0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d (patch) | |
| tree | 9efa83ebb9ccca142bca069b3481df92279afea5 | |
| parent | 71ec516822bf9197b4ea10785639024a0ff20edd (diff) | |
| parent | fc16c49ec7bfb0260c514393d0717df462b82ab9 (diff) | |
| download | packages-0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d.tar.gz packages-0e67c8c8aa0116e1ae75d22f00c5fa98a587cb7d.zip | |
Merge pull request #48 from barcharcraz/master
added assimp wrapper
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3fffeb3..63d848a 100644 --- a/packages.json +++ b/packages.json @@ -533,4 +533,22 @@ "web":"https://github.com/nimrod-code/sdl2" }, + { + "name":"assimp", + "url":"git://github.com/barcharcraz/nim-assimp", + "method":"git", + "tags":["wrapper","media","mesh","import","game"], + "description":"Wrapper for the assimp library", + "license":"MIT", + "web":"https://github.com/barcharcraz/nim-assimp" + }, + { + "name":"freeimage", + "url":"git://github.com/barcharcraz/nim-freeimage", + "method":"git", + "tags":["wrapper","media","image","import","game"], + "description":"Wrapper for the FreeImage library", + "license":"MIT", + "web":"https://github.com/barcharcraz/nim-freeimage" + }, ] |
