From 0a3aa98546293104a4b81eae4404a2922dd72fc1 Mon Sep 17 00:00:00 2001 From: Grave Date: Wed, 1 Feb 2023 07:58:28 -0500 Subject: [PATCH] Add package uing (#2475) * Create packages.json * Update packages.json * Update packages.json --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index de66476..f6f0db0 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,25 @@ [ + { + "name": "uing", + "url": "https://github.com/neroist/uing", + "method": "git", + "tags": [ + "ui", + "gui", + "library", + "wrapper", + "libui", + "libui-ng", + "linux", + "windows", + "macosx", + "cross-platform" + ], + "description": "Bindings for the libui-ng C library. Fork of ui.", + "license": "MIT", + "doc": "https://neroist.github.io/uing", + "web": "https://github.com/neroist/uing" + }, { "name": "testdiff", "url": "https://github.com/geotre/testdiff",