Fix finding more game pass games (#353)

This commit is contained in:
Philip Kristoffersen
2023-06-11 22:36:34 +02:00
committed by GitHub
parent 04fb4581e2
commit b52a3f7caf
3 changed files with 80 additions and 27 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.9.0"
version = "1.9.1"
[dependencies]
base64 = "^0.21.0"
@@ -64,6 +64,7 @@ winres = "^0.1.12"
[target."cfg(windows)".dependencies]
winreg = "^0.50.0"
sqlite = "^0.30.3"
roxmltree = "^0.18.0"
[features]
# This feature is enabled when building for a flatpak environment