From b7afc8dd1301914bd316eeb035ccb380377d888d Mon Sep 17 00:00:00 2001 From: JJ <35242550+j-james@users.noreply.github.com> Date: Sun, 31 Jul 2022 02:49:20 -0700 Subject: [PATCH] Add wayland, wlroots, and xkb packages (#2301) --- packages.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/packages.json b/packages.json index c32bf5d..5b3666a 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]