feat(win): setup for installed steam games

steamlocate requires steamy-vdf which requires a in the future unsupported version of nom (1.2.4). This should get fixed with a future release of steamlocate
https://github.com/WilliamVenner/steamlocate-rs/issues/19
This commit is contained in:
2023-08-12 06:30:02 +02:00
parent bb1ab05588
commit bef4c64c81
3 changed files with 475 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ serde_json = "1.0.104"
rand = "0.8.5"
semver = "1.0.18"
[target.'cfg(windows)'.dependencies]
steamlocate = "1.2.1"
mslnk = "0.1.8"
[build-dependencies]
winres = "0.1.12"