Merge pull request #186 from Nycto/patch-4

Add astar package
This commit is contained in:
Dominik Picheta 2015-06-09 12:31:28 +01:00
commit 469b93f861

View File

@ -1659,5 +1659,14 @@
"description": "Control AnyBar instances with Nim",
"license": "MIT",
"web": "https://github.com/rgv151/anybar.nim"
},
{
"name": "astar",
"url": "https://github.com/Nycto/AStarNim",
"method": "git",
"tags": ["astar", "A*", "pathfinding", "algorithm"],
"description": "A* Pathfinding",
"license": "MIT",
"web": "https://github.com/Nycto/AStarNim"
}
]