Added package autoderef (#2245)

This commit is contained in:
sls1005 2022-05-31 19:55:45 +08:00 committed by GitHub
parent e6a8e86a74
commit 87434451bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
[ [
{ {
"name": "tinydialogs", "name": "tinydialogs",
"url": "https://github.com/Patitotective/tinydialogs", "url": "https://github.com/Patitotective/tinydialogs",
"method": "git", "method": "git",
"tags": [ "tags": [
"dialogs", "dialogs",
"file-dialogs" "file-dialogs"
], ],
"description": "Tiny file dialogs Nim bindings.", "description": "Tiny file dialogs Nim bindings.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Patitotective/tinydialogs" "web": "https://github.com/Patitotective/tinydialogs"
}, },
{ {
@ -26326,5 +26326,16 @@
"description": "Mouse interactions in nim", "description": "Mouse interactions in nim",
"license": "MPL-2.0", "license": "MPL-2.0",
"web": "https://github.com/hiikion/mouse" "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"
} }
] ]