Skip to content

Commit

Permalink
First implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 10, 2023
1 parent cefb074 commit 8f9afc1
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 0 deletions.
12 changes: 12 additions & 0 deletions crates/oadef/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
rust-version = "1.73.0"

[dependencies]
thiserror = "1.0.49"

[dependencies.windows]
version = "0.51.1"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Ole",
"Win32_System_Variant",
]
Loading

0 comments on commit 8f9afc1

Please sign in to comment.