From 057570ef68ee5ab58709f5128f439c17004990ae Mon Sep 17 00:00:00 2001 From: Jazz Date: Thu, 3 Aug 2023 05:08:53 -0400 Subject: [PATCH] Add luigi (#2673) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index b870338..e33dabf 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,25 @@ [ + { + "name": "luigi", + "url": "https://github.com/neroist/luigi", + "method": "git", + "tags": [ + "ui", + "gui", + "library", + "wrapper", + "luigi", + "X11", + "linux", + "windows", + "essence", + "essenceOS", + "cross-platform" + ], + "description": "Nim bindings for the barebones single-header GUI library for Win32, X11, and Essence: Luigi.", + "license": "MIT", + "web": "https://github.com/neroist/luigi" + }, { "name": "sun_moon", "url": "https://github.com/dschaadt/sun_moon",