diff options
| author | Benjamin Summerton <define-private-public@users.noreply.github.com> | 2016-12-24 14:03:59 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-24 19:03:59 +0000 |
| commit | 623386febb6945570474ef76d58d2f325f289fc1 (patch) | |
| tree | 91323ffc3f555d3d818c9e37a0e365c6c5345bfe | |
| parent | 0c9ef78678a7f85354b1265eb912c3f38de12922 (diff) | |
| download | packages-623386febb6945570474ef76d58d2f325f289fc1.tar.gz packages-623386febb6945570474ef76d58d2f325f289fc1.zip | |
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
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
