-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from s0rg/release/v1.4.0
migrated to github.com/zyedidia/generic/heap, pathfinding improved. g…
- Loading branch information
Showing
5 changed files
with
30 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
module github.com/s0rg/grid | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/s0rg/array2d v1.1.1 | ||
github.com/s0rg/set v1.0.1 | ||
github.com/s0rg/vec2d v1.1.1 | ||
github.com/zyedidia/generic v1.2.1 | ||
) | ||
|
||
require golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect | ||
require ( | ||
github.com/segmentio/fasthash v1.0.3 // indirect | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters