diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-05-10 13:23:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 13:23:57 +0200 |
commit | cd07d7d48b2b3d98c3d14967c3eea52aaa8f3a11 (patch) | |
tree | 80156d89ad2bce4d2e811df51581e9d77e381347 /src-tauri/Cargo.toml | |
parent | 4bc48e645ce39f7cbf621c27f6a096bbef33cb45 (diff) | |
download | FlightCore-cd07d7d48b2b3d98c3d14967c3eea52aaa8f3a11.tar.gz FlightCore-cd07d7d48b2b3d98c3d14967c3eea52aaa8f3a11.zip |
feat: Add button to install older Northstar version in DevView (#325)
Adds a button to DevView that allows installing older Northstar versions from Thunderstore
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 95df7208..df583658 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -66,6 +66,7 @@ zip-extract = "0.1.2" open = "3.2.0" # Windows API stuff winapi = "0.3.9" +semver = "1.0" [features] # by default Tauri runs in production mode |