From 8ede9ef07330c4e9ebba5874013a071eead8f100 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 8 Aug 2024 11:04:59 +0000 Subject: [PATCH] Add wayland_native (#2912) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 97ac309..50417e4 100644 --- a/packages.json +++ b/packages.json @@ -33885,5 +33885,19 @@ "description": "A simple daemon to notify you about changed to your battery's status. ", "license": "BSD-3", "web": "https://codeberg.org/pswilde/batmon" + }, + { + "name": "wayland_native", + "url": "https://git.sr.ht/~ehmry/wayland-nim", + "method": "git", + "tags": [ + "client", + "cps", + "library", + "wayland" + ], + "description": "Native Wayland client library", + "license": "Unlicense", + "web": "https://git.sr.ht/~ehmry/wayland-nim" } ]