From 623386febb6945570474ef76d58d2f325f289fc1 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Sat, 24 Dec 2016 14:03:59 -0500 Subject: [PATCH] Changed the description of stopwatch package (#442) * Added my fork of stopwatch * removed my link and changed rbmz's to mine * Changed the scope of my stb_image wrapper * updated description --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 00dec96..74b4b1f 100644 --- a/packages.json +++ b/packages.json @@ -2969,7 +2969,7 @@ "watch", "clock" ], - "description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim", + "description": "A simple timing library for benchmarking code and other things.", "license": "MIT", "web": "https://gitlab.com/define-private-public/stopwatch" },