Finished implementing refresh in a separate thread.
This commit is contained in:
+3
-3
@@ -8,13 +8,13 @@ host = "x86_64-unknown-linux-gnu"
|
||||
sdl3 = {version = "0.17", features = ["ttf"]}
|
||||
serde = "1.0"
|
||||
gtfs-structures = "0.47"
|
||||
chrono = "*"
|
||||
log = "*"
|
||||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
zip = "8.3"
|
||||
csv = "1.4"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
opt-level = 1
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user