From 1628d625741f778d6882fd257c83816f91735beb Mon Sep 17 00:00:00 2001 From: "pegasus.cadence@gmail.com" Date: Tue, 12 Nov 2024 18:05:37 -0800 Subject: [PATCH] Added package rangex --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index bbc7a836..3cb77ec4 100644 --- a/packages.json +++ b/packages.json @@ -34160,5 +34160,16 @@ "description": "2048 game clone runs in your terminal, written in Nim", "license": "MIT", "web": "https://github.com/enkaito/nim_2048" + }, + { + "name": "rangex", + "url": "https://github.com/PegasusPlusUS/rangex-nim", + "method": "git", + "tags": [ + "Snippet" + ], + "description": "Clear range maker", + "license": "MIT", + "web": "https://github.com/PegasusPlusUS/rangex-nim" } ]