From 95b50191597d0573a37c01503edf0d5b677a0171 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Fri, 6 Jan 2017 06:53:28 -0500 Subject: [PATCH] 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 --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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" + }, ]