Progress on downloads. Currently working on parsing functions to be run asynchronously

This commit is contained in:
quexeky
2024-10-18 07:45:09 +11:00
parent 3923acf780
commit 496c6a57e3
7 changed files with 89 additions and 0 deletions

View File

@ -3,6 +3,8 @@ mod db;
mod library;
mod remote;
mod unpacker;
mod downloads;
mod utils;
use auth::{auth_initiate, generate_authorization_header, recieve_handshake};
use db::{DatabaseInterface, DATA_ROOT_DIR};
@ -101,6 +103,8 @@ pub fn run() {
// Library
fetch_library,
fetch_game,
// Downloads
download_game
])
.plugin(tauri_plugin_shell::init())
.setup(|app| {