diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-27 11:36:05 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-27 11:36:05 +0100 |
| commit | 1a346d564f94d46b4c37f6e19eeb90d8b95ef3d2 (patch) | |
| tree | 6cd2ed03cb57b1985819f3580e77a7eec5db2961 | |
| parent | 8805ae06cae607e023ea1fa1b041ce4f94973432 (diff) | |
| parent | d8ee731934518d7fe85bedee56f6173261f097bb (diff) | |
| download | packages-1a346d564f94d46b4c37f6e19eeb90d8b95ef3d2.tar.gz packages-1a346d564f94d46b4c37f6e19eeb90d8b95ef3d2.zip | |
Merge pull request #358 from Jeff-Ciesielski/add-fixmath0231
Add package fixmath
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 929e421..3151d94 100644 --- a/packages.json +++ b/packages.json @@ -4743,5 +4743,16 @@ "description": "BLAS for Nim", "license": "Apache License 2.0", "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" } ] |
