Add: NimWin (#2275)

This commit is contained in:
TryAngle 2022-07-13 23:04:16 +02:00 committed by GitHub
parent 3309f5f7ea
commit 036498633d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10228,6 +10228,23 @@
"license": "MIT",
"web": "https://github.com/Vindaar/nimnlopt"
},
{
"name": "nimwin",
"url": "https://github.com/TriedAngle/nimwin",
"method": "git",
"tags": [
"gui",
"opengl",
"vulkan",
"web",
"windowing",
"window",
"graphics"
],
"description": "Platform Agnostic Windowing Library for Nim",
"license": "Apache-2.0",
"web": "https://github.com/TriedAngle/nimwin"
},
{
"name": "itertools",
"url": "https://github.com/narimiran/itertools",