diff options
author | Jan <sentrycraft123@gmail.com> | 2023-07-18 13:16:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 13:16:41 +0200 |
commit | 9e6806bbc3b9f6ee81ae172cd9348fe91868b114 (patch) | |
tree | 6d67b45180a5c0e5f024f67cb7372cbac1d688ae /src-tauri/Cargo.toml | |
parent | 7b188d5fa95cb12a8e00051ecfaab14cbe1ff1e8 (diff) | |
download | FlightCore-9e6806bbc3b9f6ee81ae172cd9348fe91868b114.tar.gz FlightCore-9e6806bbc3b9f6ee81ae172cd9348fe91868b114.zip |
feat: Add warning for Snap installations (#399)
Prints a warning to console if snap installation of Steam is detected.
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 c11e658d..908bc99e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -62,6 +62,7 @@ zip-extract = "0.1.2" # open urls open = "3.2.0" semver = "1.0" +dirs = "5" [target.'cfg(windows)'.dependencies] # Windows API stuff |