more days, 17/18 not finished. 19 is

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-19 15:48:29 -06:00
parent 4e72f68c9d
commit 57c62e9939
12 changed files with 2817 additions and 1 deletions

View file

@ -30,6 +30,8 @@ rayon = "1.8.0"
static_init = "1.0.3"
grid = { version = "0.12.0", features = ["std", "serde"] }
indicatif = "0.17.7"
pathfinding = "4.6.0"
geo = { version = "0.27.0", features = ["serde"] }
[features]
part1 = []