Hacky COM stuff
This commit is contained in:
@@ -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"
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user