diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-09 23:03:39 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-09 23:03:39 +0200 |
commit | 8d5a7eba98fc01999d54ee89d1455ed024801359 (patch) | |
tree | cb870c29da8cf5a181c52d013863f7525a6452bd /src-tauri/Cargo.toml | |
parent | 4db6b3d79b7289717a16603c527bc0d5e3ea0594 (diff) | |
download | FlightCore-8d5a7eba98fc01999d54ee89d1455ed024801359.tar.gz FlightCore-8d5a7eba98fc01999d54ee89d1455ed024801359.zip |
Add initial Northstar install support
still Steam version only
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ae3be596..384da83e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,6 +26,8 @@ steamlocate = "1.0.2" anyhow = "1.0" # libthermite for Northstar/mod install handling libthermite = "0.1.0" +# zip stuff +zip = "0.6.2" [features] # by default Tauri runs in production mode |