From 036498633d11b3ee9e47fcf48406852189b20323 Mon Sep 17 00:00:00 2001 From: TryAngle <45734252+TriedAngle@users.noreply.github.com> Date: Wed, 13 Jul 2022 23:04:16 +0200 Subject: [PATCH] Add: NimWin (#2275) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 84b3765..3112555 100644 --- a/packages.json +++ b/packages.json @@ -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",