Merge branch 'master' into feature/config-generation

This commit is contained in:
LGUG2Z
2022-04-13 19:40:37 -07:00
6 changed files with 77 additions and 49 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ strum = { version = "0.24", features = ["derive"] }
schemars = "0.8"
[dependencies.windows]
version = "0.34"
version = "0.35"
features = [
"Win32_Foundation",
]