Add geometryutils library (#1580)

This commit is contained in:
pseudo-random 2020-08-03 14:12:33 +02:00 committed by GitHub
parent 421bbbad93
commit 7a0f6d0c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18880,5 +18880,23 @@
"description": "Windows epoll wrapper.",
"license": "MIT",
"web": "https://github.com/xflywind/wepoll"
},
{
"name": "geometryutils",
"url": "https://github.com/pseudo-random/geometryutils",
"method": "git",
"tags": [
"library",
"geometry",
"math",
"utilities",
"graphics",
"rendering",
"3d",
"2d"
],
"description": "A collection of geometry utilities for nim",
"license": "MIT",
"web": "https://github.com/pseudo-random/geometryutils"
}
]