From e56bf65187725903a7e3a3630a4912120365a91f Mon Sep 17 00:00:00 2001 From: Patitotective Date: Wed, 15 Jun 2022 15:34:31 -0500 Subject: [PATCH] Added package imstyle (#2255) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index aa27ce5..77b22f9 100644 --- a/packages.json +++ b/packages.json @@ -26481,5 +26481,19 @@ "description": "A tiny utility package to extract Nimble information from any project", "license": "MIT", "web": "https://github.com/openpeep/pkginfo" + }, + { + "name": "imstyle", + "url": "https://github.com/Patitotective/ImStyle", + "method": "git", + "tags": [ + "style", + "imgui", + "toml", + "dear-imgui" + ], + "description": "A nice way to manage your ImGui application's style", + "license": "MIT", + "web": "https://github.com/Patitotective/ImStyle" } ]