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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user