diff options
| author | Benjamin Summerton <define-private-public@users.noreply.github.com> | 2017-01-06 06:53:28 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-01-06 11:53:28 +0000 |
| commit | 95b50191597d0573a37c01503edf0d5b677a0171 (patch) | |
| tree | 398cc8b3e85c9a2e01ac38c0ccabc40d7f97d42f | |
| parent | acca9cb23493ee8897ab39d38bf72d965a5daf10 (diff) | |
| download | packages-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.json | 19 |
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" + }, ] |
