Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed May 25, 2023
1 parent f3aeecb commit 62074a1
Show file tree
Hide file tree
Showing 3 changed files with 9,884 additions and 8 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ winapi = { version = "0.3.9", features = [
"winsock2",
"sddl",
]}
windows-core = "0.48"
windows-targets = "0.48"
ntapi = "0.4"

Expand All @@ -89,3 +90,8 @@ serde_json = "1.0" # Used in documentation tests.

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = "0.49" # Used to generate the `src/windows/bindings.rs` file

[patch.crates-io]
windows-bindgen = { git = "https://github.com/microsoft/windows-rs", rev = "72e9bf4b6790fd68ab0aba7eb4482ddd238a8d02" }
windows-core = { git = "https://github.com/microsoft/windows-rs", rev = "72e9bf4b6790fd68ab0aba7eb4482ddd238a8d02" }
windows-targets = { git = "https://github.com/microsoft/windows-rs", rev = "72e9bf4b6790fd68ab0aba7eb4482ddd238a8d02" }
Loading

0 comments on commit 62074a1

Please sign in to comment.