This commit is contained in:
LGUG2Z
2024-04-12 11:43:37 -07:00
parent 862219b9a3
commit 148cb1b3ab
3 changed files with 58 additions and 48 deletions
+4 -3
View File
@@ -11,15 +11,16 @@ members = [
]
[workspace.dependencies]
windows-interface = { version = "0.53" }
windows-implement = { version = "0.53" }
windows-interface = { version = "0.56" }
windows-implement = { version = "0.56" }
windows-core = { version = "0.56.0" }
dunce = "1"
dirs = "5"
color-eyre = "0.6"
serde_json = { package = "serde_json_lenient", version = "0.1" }
[workspace.dependencies.windows]
version = "0.54"
version = "0.56"
features = [
"implement",
"Win32_System_Com",