From 4ae5b7bc0fac61456ca31871216df9fbf222b680 Mon Sep 17 00:00:00 2001 From: Patitotective Date: Wed, 15 Jun 2022 21:16:20 -0500 Subject: [PATCH] Added package downit (#2256) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 77b22f9..74fb133 100644 --- a/packages.json +++ b/packages.json @@ -26495,5 +26495,18 @@ "description": "A nice way to manage your ImGui application's style", "license": "MIT", "web": "https://github.com/Patitotective/ImStyle" + }, + { + "name": "downit", + "url": "https://github.com/Patitotective/downit", + "method": "git", + "tags": [ + "downloads", + "downloads-manager", + "async" + ], + "description": "An asynchronous donwload system.", + "license": "MIT", + "web": "https://github.com/Patitotective/downit" } ]