diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-05 23:21:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-05 23:21:21 -0700 |
| commit | 636a5fd366e1f9ed9a496e08c6209f5228a7bb19 (patch) | |
| tree | 38eba147ec869f369c3b81cd0b7ef6eeef9a7faf | |
| parent | 87ee4c56d760a2072411aea31bdd0a2928b3156c (diff) | |
| parent | 6d810ba02fc57275d610c711766175c9c9228938 (diff) | |
| download | packages-636a5fd366e1f9ed9a496e08c6209f5228a7bb19.tar.gz packages-636a5fd366e1f9ed9a496e08c6209f5228a7bb19.zip | |
Merge pull request #881 from genotrance/add-nimtess22033
Added package nimtess2
| -rw-r--r-- | packages.json | 14 |
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" } ] |
