From 9337bfa38762a721e7aa99c7d6da9aa0218d4f0f Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:46:59 +0700 Subject: [PATCH] Added package happyx (#2554) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 15d8d3e..a838188 100644 --- a/packages.json +++ b/packages.json @@ -19040,8 +19040,13 @@ "url": "https://github.com/angluca/tigr-nim", "method": "git", "tags": [ - "opengl", "2d", "game", "ui", - "image", "png", "graphics", + "opengl", + "2d", + "game", + "ui", + "image", + "png", + "graphics", "cross-platform" ], "description": "A tiny immediate-mode UI library", @@ -29692,5 +29697,19 @@ "description": "Nim bindings for LV2", "license": "GPL-3.0", "web": "https://gitlab.com/lpirl/lv2-nim" + }, + { + "name": "happyx", + "url": "https://github.com/HapticX/happyx", + "method": "git", + "tags": [ + "web", + "async", + "framework", + "hapticx" + ], + "description": "Asynchronous web-framework written with ♥", + "license": "GNU GPLv3", + "web": "https://github.com/HapticX/happyx" } ]