v2 download API and fixes (#112)

* fix: potential download fixes

* fix: show installed games not on remote

* fix: more download_logic error handling

* partial: move to async

* feat: interactivity improvements

* feat: v2 download API

* fix: download seek offsets

* fix: clippy

* fix: apply clippy suggestion

* fix: performance improvements starting up download

* fix: finished bucket file

* fix: ui tweaks and fixes

* fix: revert version to 0.3.2

* fix: clippy
This commit is contained in:
DecDuck
2025-08-09 15:50:21 +10:00
committed by GitHub
parent 1a9c7fa791
commit b91b2efaef
27 changed files with 859 additions and 603 deletions
+1
View File
@@ -1,3 +1,4 @@
fn main() {
println!("cargo::rustc-link-lib=appindicator3");
tauri_build::build();
}