diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-09 12:31:28 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-09 12:31:28 +0100 |
| commit | 469b93f8610bc5a1e3a081920e76ba66872b34d9 (patch) | |
| tree | 0086c965c3983e8974641cf1215324c84642e33d | |
| parent | 6f418d08f2338cb319741728616bcfab2b7d0c49 (diff) | |
| parent | f8efc6ad4cb5a024256f178cc3046ddb1bd0f98c (diff) | |
| download | packages-469b93f8610bc5a1e3a081920e76ba66872b34d9.tar.gz packages-469b93f8610bc5a1e3a081920e76ba66872b34d9.zip | |
Merge pull request #186 from Nycto/patch-4
Add astar package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 49c127c..c3caa3e 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
