aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarl Kennedy <mnenmenth@gmail.com>2017-11-15 19:25:01 -0500
committerGitHub <noreply@github.com>2017-11-15 19:25:01 -0500
commit9609386b7593a6f1672ca31aba4c176e1c487914 (patch)
treef27630a5513eeb4b31adf14da4d6a85456afa9ff
parent4194e8888e81eaaf4b651978d6c6ccaddc951e68 (diff)
downloadpackages-9609386b7593a6f1672ca31aba4c176e1c487914.tar.gz
packages-9609386b7593a6f1672ca31aba4c176e1c487914.zip
Add libgraph
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]