From b840a54f84eeb0b213802d5c930fb030a7ce8fbb Mon Sep 17 00:00:00 2001 From: Patitotective Date: Mon, 15 Aug 2022 23:35:48 -0500 Subject: [PATCH] Added package imnotify (#2325) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4f5946a..ba5dbf8 100644 --- a/packages.json +++ b/packages.json @@ -27120,5 +27120,20 @@ "license": "MIT", "web": "https://github.com/foxoman/mersal", "doc": "https://mersal-doc.surge.sh/mersal" + }, + { + "name": "imnotify", + "url": "https://github.com/Patitotective/ImNotify", + "method": "git", + "tags": [ + "imgui", + "notifications", + "popup", + "dear-imgui", + "gui" + ], + "description": "A notifications library for Dear ImGui", + "license": "MIT", + "web": "https://github.com/Patitotective/ImNotify" } ]