Merge pull request #619 from Mnenmenth/master

Add libgraph
This commit is contained in:
Dominik Picheta 2017-11-16 11:44:29 +00:00 committed by GitHub
commit ed7fcc1db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]