Version 4.1.0

Split AppData logic to its own, large, file

Add Steam detection on Windows

Added asynchronous installation of mod to make GUI responsive
This commit is contained in:
2023-01-31 22:18:17 -08:00
parent ed50979397
commit 399b975aaf
3 changed files with 607 additions and 273 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "town-of-us-updater"
version = "4.0.2"
version = "4.1.0"
edition = "2021"
build = "src/build.rs"
@@ -19,6 +19,7 @@ registry = "1"
egui = "0.20.1"
eframe = "0.20.1"
rfd = "0.10"
tasklist = "0.2.12"
[build-dependencies]
embed-resource = "1.6"