Added Imlib2 and notificatcher packages (#1672)

This commit is contained in:
PMunch 2020-10-16 10:53:17 +02:00 committed by GitHub
parent 5e7df5b54d
commit ff56b23e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1549,6 +1549,34 @@
"license": "MIT",
"web": "https://github.com/PMunch/nancy"
},
{
"name": "imlib2",
"url": "https://github.com/PMunch/Imlib2",
"method": "git",
"tags": [
"library",
"wrapper",
"graphics",
"imlib2"
],
"description": "Simple wrapper of the Imlib2 library",
"license": "MIT",
"web": "https://github.com/PMunch/Imlib2"
},
{
"name": "notificatcher",
"url": "https://github.com/PMunch/notificatcher",
"method": "git",
"tags": [
"binary",
"freedesktop",
"notifications",
"dbus"
],
"description": "Small program to grab notifications from freedesktop and output them according to a format",
"license": "MIT",
"web": "https://github.com/PMunch/notificatcher"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",