Merge pull request #28 from olahol/master

added murmur
This commit is contained in:
Dominik Picheta 2013-10-30 05:41:14 -07:00
commit c5561388b5

View File

@ -26,6 +26,15 @@
"license": "MIT"
},
{
"name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/",
"method": "git",
"tags": ["hash", "murmur"],
"description": "MurmurHash in pur Nimrod.",
"license": "MIT"
},
{
"name": "libtcod-nim",
"url": "git://github.com/Vladar4/libtcod-nim/",