Update on GameDownload

This commit is contained in:
quexeky
2024-10-18 22:35:03 +11:00
parent 7fec00ded0
commit e71e4cf0fa
6 changed files with 80 additions and 7 deletions

View File

@ -23,7 +23,7 @@ tauri-build = { version = "2.0.0", features = [] }
[dependencies]
tauri = { version = "2.0.0", features = [] }
tauri-plugin-shell = "2.0.0"
serde = { version = "1", features = ["derive"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
ciborium = "0.2.2"
rayon = "1.10.0"
@ -38,6 +38,7 @@ tauri-plugin-dialog = "2"
env_logger = "0.11.5"
http = "1.1.0"
tokio = { version = "1.40.0", features = ["rt", "tokio-macros"] }
versions = { version = "6.3.2", features = ["serde"] }
[dependencies.uuid]
version = "1.10.0"