From a84be8676c8dc80d4a50135d099bdfb9142e9543 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Wed, 14 Dec 2016 12:33:42 -0500 Subject: [PATCH] stb_image description change (#438) * Added my fork of stopwatch * removed my link and changed rbmz's to mine * Changed the scope of my stb_image wrapper --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 471b947..f4f2da3 100644 --- a/packages.json +++ b/packages.json @@ -5553,7 +5553,7 @@ "io", "wrapper" ], - "description": "A wrapper for stb_image, stb_image_write, and stb_image_resize.", + "description": "A wrapper for stb_image and stb_image_write.", "license": "Unlicense (Public Domain)", "web": "https://gitlab.com/define-private-public/stb_image-Nim" }