From a0d86177e94f0e35f7ae958fe9c91f5757271910 Mon Sep 17 00:00:00 2001 From: treeform Date: Tue, 27 Feb 2018 13:47:17 -0800 Subject: [PATCH] Update to use new nimble format. Also made description better. --- nim-assimp.babel | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nim-assimp.babel b/nim-assimp.babel index 26930d4..ed4a8c5 100644 --- a/nim-assimp.babel +++ b/nim-assimp.babel @@ -1,9 +1,8 @@ -[Package] -name = "nim-assimp" -version = "0.1.1" -author = "fowl" -description = "Assorted wrappers and reusable libraries." -license = "MIT" +# Package +version = "0.1.1" +author = "fowl" +description = "Wrapper for assimp, Open Asset Import Library Repository. Loads 40+ 3D file formats into one unified and clean data structure." +license = "MIT" -[Deps] -Requires = "nimrod >= 0.9.3" +# Deps +requires "nim >= 0.9.3"