Finished implementing refresh in a separate thread.

This commit is contained in:
2026-05-03 17:32:05 +01:00
parent ca0003edfd
commit 3973ff94b0
7 changed files with 88 additions and 34 deletions
+3 -3
View File
@@ -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