mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
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:
parent
acca9cb234
commit
95b5019159
@ -5661,5 +5661,22 @@
|
|||||||
"description": "A simple, stateless StatsD client library",
|
"description": "A simple, stateless StatsD client library",
|
||||||
"license": "LGPLv3",
|
"license": "LGPLv3",
|
||||||
"web": "https://github.com/FedericoCeratto/nim-statsd-client"
|
"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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user