diff --git a/packages.json b/packages.json index 3fffeb3..87ce7e2 100644 --- a/packages.json +++ b/packages.json @@ -533,4 +533,13 @@ "web":"https://github.com/nimrod-code/sdl2" }, + { + "name":"nim-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" + }, ]