From d33d9eb4e4dd0b8951f15ba5a1dc4240ef07f921 Mon Sep 17 00:00:00 2001 From: Nilts <94306853+thatrandomperson5@users.noreply.github.com> Date: Tue, 10 Jan 2023 21:11:59 -0600 Subject: [PATCH] Added package xgui (#2453) Co-authored-by: BuildTools --- packages.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/packages.json b/packages.json index 5a489e9..73f19bf 100644 --- a/packages.json +++ b/packages.json @@ -28417,16 +28417,16 @@ "url": "https://github.com/guzba/crunchy", "method": "git", "tags": [ - "sha", - "sha256", - "sha-256", - "crc32", - "crc-32", - "adler32", - "adler-32", - "crc", - "checksum", - "hash" + "sha", + "sha256", + "sha-256", + "crc32", + "crc-32", + "adler32", + "adler-32", + "crc", + "checksum", + "hash" ], "description": "SIMD-optimized hashing, checksums and CRCs", "license": "MIT", @@ -28446,5 +28446,18 @@ "description": "A simple Google Translate implementation", "license": "MIT", "web": "https://git.ozzuu.com/thisago/googleTranslate" + }, + { + "name": "xgui", + "url": "https://github.com/thatrandomperson5/xgui-nim", + "method": "git", + "tags": [ + "library", + "gui", + "xml" + ], + "description": "XGui is a tool for nigui that imports xml files and turns them into nim at compile-time.", + "license": "MIT", + "web": "https://github.com/thatrandomperson5/xgui-nim" } ]