mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
Use fast_paths from crates.io, now that a new release is out
This commit is contained in:
parent
c0b5afc12f
commit
4826808b9b
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1043,8 +1043,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
||||
|
||||
[[package]]
|
||||
name = "fast_paths"
|
||||
version = "0.1.1-SNAPSHOT"
|
||||
source = "git+https://github.com/easbar/fast_paths#192ae1997f9857791826ac5ed16892b2f692920c"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a8a62c6d5e007415b7ddc5092ae0c26ba0b8d365e58d175381e1362ca7198ec"
|
||||
dependencies = [
|
||||
"log",
|
||||
"priority-queue",
|
||||
|
@ -9,7 +9,7 @@ abstio = { path = "../abstio" }
|
||||
abstutil = { path = "../abstutil" }
|
||||
anyhow = "1.0.38"
|
||||
enumset = { version = "1.0.3", features=["serde"] }
|
||||
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
||||
fast_paths = "0.2.0"
|
||||
geom = { path = "../geom" }
|
||||
log = "0.4.14"
|
||||
nbez = "0.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user