Add wayland, wlroots, and xkb packages (#2301)

This commit is contained in:
JJ 2022-07-31 02:49:20 -07:00 committed by GitHub
parent 4f66b137ee
commit b7afc8dd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26928,5 +26928,46 @@
"description": "Vimeo extractor",
"license": "MIT",
"web": "https://github.com/thisago/vimeo"
},
{
"name": "wayland",
"url": "https://github.com/j-james/nim-wayland",
"method": "git",
"tags": [
"wayland",
"wrapper",
"library"
],
"description": "Nim bindings for Wayland",
"license": "MIT",
"web": "https://github.com/j-james/nim-wayland"
},
{
"name": "wlroots",
"url": "https://github.com/j-james/nim-wlroots",
"method": "git",
"tags": [
"wayland",
"wlroots",
"wrapper",
"library"
],
"description": "Nim bindings for wlroots",
"license": "MIT",
"web": "https://github.com/j-james/nim-wlroots"
},
{
"name": "xkb",
"url": "https://github.com/j-james/nim-xkbcommon",
"method": "git",
"tags": [
"xkb",
"xkbcommon",
"wrapper",
"library"
],
"description": "A light wrapper over xkbcommon",
"license": "MIT",
"web": "https://github.com/j-james/nim-xkbcommon"
}
]