aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-16 11:44:29 +0000
committerGitHub <noreply@github.com>2017-11-16 11:44:29 +0000
commited7fcc1db3c1401fe0e3633f070fc7f1e4558a10 (patch)
treef27630a5513eeb4b31adf14da4d6a85456afa9ff
parent4194e8888e81eaaf4b651978d6c6ccaddc951e68 (diff)
parent9609386b7593a6f1672ca31aba4c176e1c487914 (diff)
downloadpackages-ed7fcc1db3c1401fe0e3633f070fc7f1e4558a10.tar.gz
packages-ed7fcc1db3c1401fe0e3633f070fc7f1e4558a10.zip
Merge pull request #619 from Mnenmenth/master
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"
}
]