From ffb03e348cf970cf9dbba05140f7e20a93020cd3 Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Wed, 3 Sep 2025 01:12:56 -0700 Subject: [PATCH] Add fidget2. (#3115) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 8f7825b..1248b6d 100644 --- a/packages.json +++ b/packages.json @@ -18915,6 +18915,24 @@ "license": "MIT", "web": "https://github.com/treeform/fidget" }, + { + "name": "fidget2", + "url": "https://github.com/treeform/fidget2", + "method": "git", + "tags": [ + "ui", + "figma", + "gui", + "opengl", + "emscripten", + "windows", + "macos", + "linux" + ], + "description": "Cross platform UI, with Figma API and OpenGL backend.", + "license": "MIT", + "web": "https://github.com/treeform/fidget2" + }, { "name": "allographer", "url": "https://github.com/itsumura-h/nim-allographer",