Add windy - Windowing library for Nim using OS native APIs. (#2106)

This commit is contained in:
treeform 2022-01-02 20:23:28 -08:00 committed by GitHub
parent 81e82570fc
commit db0f16752c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11563,6 +11563,22 @@
"license": "MIT",
"web": "https://github.com/treeform/boxy"
},
{
"name": "windy",
"url": "https://github.com/treeform/windy",
"method": "git",
"tags": [
"win32",
"macOS",
"x11",
"wayland",
"openGL",
"graphics"
],
"description": "Windowing library for Nim using OS native APIs.",
"license": "MIT",
"web": "https://github.com/treeform/windy"
},
{
"name": "xdo",
"url": "https://github.com/juancarlospaco/nim-xdo",