Merge pull request #506 from andreaferretti/master

Added CUDA bindings
This commit is contained in:
Dominik Picheta 2017-05-22 17:49:52 +01:00 committed by GitHub
commit 28f8594db6

View File

@ -6361,6 +6361,18 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/ftsf/nim-webaudio" "web": "https://github.com/ftsf/nim-webaudio"
}, },
{
"name": "nimcuda",
"url": "https://github.com/unicredit/nimcuda",
"method": "git",
"tags": [
"CUDA",
"GPU"
],
"description": "CUDA bindings",
"license": "Apache2",
"web": "https://github.com/unicredit/nimcuda"
},
{ {
"name": "gifwriter", "name": "gifwriter",
"url": "https://github.com/rxi/gifwriter", "url": "https://github.com/rxi/gifwriter",