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
This commit is contained in:
Benjamin Summerton 2017-01-06 06:53:28 -05:00 committed by Dominik Picheta
parent acca9cb234
commit 95b5019159

View File

@ -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"
},
]