From 177d726b23c13a8070666f6fbdc85642ea4302cd Mon Sep 17 00:00:00 2001 From: Jazz Date: Tue, 28 May 2024 03:02:00 -0400 Subject: [PATCH] Added package `libtray` (#2884) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index 5efc39f..77b714e 100644 --- a/packages.json +++ b/packages.json @@ -33525,5 +33525,25 @@ "description": "Easily create .gitignore files from your terminal", "license": "BSD-3-Clause", "web": "https://github.com/chrischtel/gitty" + }, + { + "name": "libtray", + "url": "https://github.com/neroist/libtray", + "method": "git", + "tags": [ + "wrapper", + "bindings", + "tray", + "libtray", + "windows", + "qt", + "linux", + "macos", + "gui" + ], + "description": "Wrapper for dmikushin/tray", + "license": "MIT", + "web": "https://github.com/neroist/libtray", + "doc": "https://neroist.github.io/libtray/libtray.html" } ]