aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Summerton <define-private-public@users.noreply.github.com>2017-01-06 06:53:28 -0500
committerDominik Picheta <dominikpicheta@googlemail.com>2017-01-06 11:53:28 +0000
commit95b50191597d0573a37c01503edf0d5b677a0171 (patch)
tree398cc8b3e85c9a2e01ac38c0ccabc40d7f97d42f
parentacca9cb23493ee8897ab39d38bf72d965a5daf10 (diff)
downloadpackages-95b50191597d0573a37c01503edf0d5b677a0171.tar.gz
packages-95b50191597d0573a37c01503edf0d5b677a0171.zip
Add HTML5 Canvas bindings (#450)
* Added my fork of stopwatch * removed my link and changed rbmz's to mine * Changed the scope of my stb_image wrapper * updated description * add HTML5 Canvas package
-rw-r--r--packages.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index dd24f57..4bc3025 100644
--- a/packages.json
+++ b/packages.json
@@ -5661,5 +5661,22 @@
"description": "A simple, stateless StatsD client library",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-statsd-client"
- }
+ },
+ {
+ "name": "html5_canvas",
+ "url": "https://gitlab.com/define-private-public/HTML5-Canvas-Nim",
+ "method": "git",
+ "tags": [
+ "html5",
+ "canvas",
+ "drawing",
+ "graphics",
+ "rendering",
+ "browser",
+ "javascript"
+ ],
+ "description": "HTML5 Canvas and drawing for the JavaScript backend.",
+ "license": "MIT",
+ "web": "https://gitlab.com/define-private-public/HTML5-Canvas-Nim"
+ },
]