aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-10-05 15:33:53 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-10-05 15:33:53 -0500
commit6d810ba02fc57275d610c711766175c9c9228938 (patch)
tree38eba147ec869f369c3b81cd0b7ef6eeef9a7faf
parent87ee4c56d760a2072411aea31bdd0a2928b3156c (diff)
downloadpackages-6d810ba02fc57275d610c711766175c9c9228938.tar.gz
packages-6d810ba02fc57275d610c711766175c9c9228938.zip
Added package nimtess2
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 693c1b8..cf94d39 100644
--- a/packages.json
+++ b/packages.json
@@ -10963,5 +10963,19 @@
"description": "Port of Milo Yip's fast dtoa() implementation",
"license": "MIT",
"web": "https://github.com/LemonBoy/dtoa.nim"
+ },
+ {
+ "name": "nimtess2",
+ "url": "https://github.com/genotrance/nimtess2",
+ "method": "git",
+ "tags": [
+ "glu",
+ "tesselator",
+ "libtess2",
+ "opengl"
+ ],
+ "description": "Nim wrapper for libtess2",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimtess2"
}
]