Hacky COM stuff

This commit is contained in:
Your Name
2022-08-01 00:11:37 -04:00
parent 6c50e23b47
commit 1484eada3e
3 changed files with 187 additions and 74 deletions

View File

@@ -6,7 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
com = {version="0.6.0", features=["production"]}
widestring = "1.0.0"
once_cell = "1.12.0"
[dependencies.windows]
version = "0.37.0"
@@ -22,4 +23,7 @@ features = [
"Win32_Security",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
"Win32_System_Com",
"Win32_System_Com_StructuredStorage"
]