mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Added package autoderef (#2245)
This commit is contained in:
parent
e6a8e86a74
commit
87434451bd
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user