diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 13:38:05 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 13:38:05 +0200 |
commit | 4134c55bbe641445fb47dff2ec3ed23c9cbdc970 (patch) | |
tree | 84a216622e8104deed5bfa5f0d68022ec49982be /src-tauri/Cargo.toml | |
parent | 2b2d636177af18a1cd0bdee48cacd4e60d5eb37d (diff) | |
download | FlightCore-4134c55bbe641445fb47dff2ec3ed23c9cbdc970.tar.gz FlightCore-4134c55bbe641445fb47dff2ec3ed23c9cbdc970.zip |
Find Titanfall2 steam install location
and propagate it to front-end
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 dce41bce..8bedfb8e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -20,6 +20,8 @@ serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.0.5", features = ["api-all", "updater"] } tokio = { version = "1", features = ["full"] } sentry = "0.27.0" +# Find steam games +steamlocate = "1.0.2" [features] # by default Tauri runs in production mode |