From 6234226bd3bb25cd5d3e8239e0089fed029d2e6f Mon Sep 17 00:00:00 2001 From: sslime336 Date: Tue, 30 May 2023 10:48:11 +0800 Subject: [PATCH] Added package simplelog (#2615) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 7ad7ad5..0e310cd 100644 --- a/packages.json +++ b/packages.json @@ -30364,5 +30364,16 @@ "description": "A face detection, pupil/eyes localization and facial landmark points detection library", "license": "MIT", "web": "https://github.com/deNULL/facedetect" + }, + { + "name": "simplelog", + "url": "https://github.com/sslime336/simplelog", + "method": "git", + "tags": [ + "log" + ], + "description": "A deadly simply log package supporting very simple colorful logging.", + "license": "MIT", + "web": "https://github.com/sslime336/simplelog" } ]