From d8ee731934518d7fe85bedee56f6173261f097bb Mon Sep 17 00:00:00 2001 From: Jeff Ciesielski Date: Thu, 26 May 2016 22:31:23 -0400 Subject: [PATCH] Added package fixmath --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]