From 87434451bdd46c8dfaab54ef245d325460ea5188 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Tue, 31 May 2022 19:55:45 +0800 Subject: [PATCH] Added package autoderef (#2245) --- packages.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index 1caaf2d..e29291d 100644 --- a/packages.json +++ b/packages.json @@ -1,14 +1,14 @@ [ { - "name": "tinydialogs", - "url": "https://github.com/Patitotective/tinydialogs", - "method": "git", + "name": "tinydialogs", + "url": "https://github.com/Patitotective/tinydialogs", + "method": "git", "tags": [ - "dialogs", + "dialogs", "file-dialogs" - ], - "description": "Tiny file dialogs Nim bindings.", - "license": "MIT", + ], + "description": "Tiny file dialogs Nim bindings.", + "license": "MIT", "web": "https://github.com/Patitotective/tinydialogs" }, { @@ -26326,5 +26326,16 @@ "description": "Mouse interactions in nim", "license": "MPL-2.0", "web": "https://github.com/hiikion/mouse" + }, + { + "name": "autoderef", + "url": "https://github.com/sls1005/autoderef", + "method": "git", + "tags": [ + "sugar" + ], + "description": "Syntax sugar which supports auto-dereferencing", + "license": "MIT", + "web": "https://github.com/sls1005/autoderef" } ]