From cc70548e9f87f562a375d9aea383d25909779fb2 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Thu, 3 Sep 2020 02:22:34 -0500 Subject: [PATCH] Add package spinner (#1632) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e5caeeb..82e92ab 100644 --- a/packages.json +++ b/packages.json @@ -19452,5 +19452,20 @@ "description": "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions.", "license": "MIT", "web": "https://github.com/HugoGranstrom/symbolicnim" - } + }, + { + "name": "spinner", + "url": "https://github.com/Knaque/spinner", + "method": "git", + "tags": [ + "ui", + "gui", + "toolkit", + "companion", + "fidget" + ], + "description": "Prebuilt components for the Fidget GUI library.", + "license": "MIT", + "web": "https://github.com/Knaque/spinner" + } ]