From 73b2e44d3a817408a6749a24131eaf9fa89e3aeb Mon Sep 17 00:00:00 2001 From: Jazz Date: Tue, 14 May 2024 02:45:05 -0400 Subject: [PATCH] Add nimtk package (#2872) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index 11f6b80..8fa9489 100644 --- a/packages.json +++ b/packages.json @@ -33402,5 +33402,25 @@ "description": "Statically linked LevelDB wrapper for Nim", "license": "MIT", "web": "https://github.com/codex-storage/nim-leveldb" + }, + { + "name": "nimtk", + "url": "https://github.com/neroist/nimtk", + "method": "git", + "tags": [ + "gui", + "ui", + "tcl", + "tk", + "tkinter", + "wrapper", + "cross-platform", + "windows", + "linux", + "macosx" + ], + "description": "High-level Tk wrapper for Nim", + "license": "MIT", + "web": "https://github.com/neroist/nimtk" } ]