add button to download latest gta-tools exe

This commit is contained in:
2025-04-17 20:28:25 +01:00
parent 92cbec7934
commit 9df757c169
6 changed files with 332 additions and 3 deletions
+2
View File
@@ -13,10 +13,12 @@ eframe = "0.31.1"
egui_extras = { version = "0.31.1", features = ["image"] }
image = { version = "0.25.6", default-features = false, features = ["png"] }
open = "5.3.2"
semver = "1.0.26"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
strum = { version = "0.27.1", features = ["derive"] }
sysinfo = "0.34.2"
ureq = { version = "3.0.11", features = ["json"] }
windows = { version = "0.61.1", features = [
"Win32_UI_Input_KeyboardAndMouse",
"Win32_System_Threading",