diff --git a/packages.json b/packages.json index 8213f4e..7fb6391 100644 --- a/packages.json +++ b/packages.json @@ -1857,5 +1857,14 @@ "description": "A wrapper for NanoVG vector graphics rendering", "license": "MIT", "web": "https://github.com/fowlmouth/nanovg.nim" + }, + { + "name": "stopwatch", + "url": "https://github.com/rbmz/stopwatch", + "method": "git", + "tags": ["timer", "benchmarking"], + "description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim", + "license": "MIT", + "web": "https://github.com/rbmz/stopwatch" } ]