From 9609386b7593a6f1672ca31aba4c176e1c487914 Mon Sep 17 00:00:00 2001 From: Earl Kennedy Date: Wed, 15 Nov 2017 19:25:01 -0500 Subject: [PATCH] Add libgraph --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ed843bf..d03666d 100644 --- a/packages.json +++ b/packages.json @@ -7665,5 +7665,20 @@ "description": "Efficient hash table that is a key-value mapping (removed from stdlib)", "license": "MIT", "web": "https://github.com/lcrees/gentabs" + }, + { + "name": "libgraph", + "url": "https://github.com/Mnenmenth/libgraphnim", + "method": "git", + "tags": [ + "graph", + "math", + "conversion", + "pixels", + "coordinates" + ], + "description": "Converts 2D linear graph coordinates to pixels on screen", + "license": "MIT", + "web": "https://github.com/Mnenmenth/libgraphnim" } ]