Merge pull request #358 from Jeff-Ciesielski/add-fixmath0231

Add package fixmath
This commit is contained in:
Dominik Picheta 2016-05-27 11:36:05 +01:00
commit 1a346d564f

View File

@ -4743,5 +4743,16 @@
"description": "BLAS for Nim", "description": "BLAS for Nim",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/unicredit/nimblas" "web": "https://github.com/unicredit/nimblas"
},
{
"name": "fixmath",
"url": "https://github.com/Jeff-Ciesielski/fixmath",
"method": "git",
"tags": [
"math"
],
"description": "LibFixMath 16:16 fixed point support for nim",
"license": "MIT",
"web": "https://github.com/Jeff-Ciesielski/fixmath"
} }
] ]