Skip to content

Commit

Permalink
Restore missing methods (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Jan 16, 2025
1 parent 136bb04 commit c45d76d
Show file tree
Hide file tree
Showing 10 changed files with 6,595 additions and 1,413 deletions.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ readme = ".github/README.md"
exclude = [".github", ".metadata", "docs", "tests"]

[workspace]
members = ["crates/samples/*", "crates/tests/*"]
members = ["crates/samples/*"]

[dependencies.windows]
version = "0.59"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Variant",
"Win32_System_Ole",
"Win32_System_Com_StructuredStorage",
]

[dependencies.windows-core]
version = "0.59"
Expand Down
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ fn main() {
"--flat",
"--filter",
"Microsoft.Dia",
"--reference",
"windows,skip-root,Windows",
]);

windows_bindgen::bindgen([
Expand Down
11 changes: 0 additions & 11 deletions crates/tests/enumerators/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion crates/tests/enumerators/src/lib.rs

This file was deleted.

92 changes: 0 additions & 92 deletions crates/tests/enumerators/tests/tests.rs

This file was deleted.

Loading

0 comments on commit c45d76d

Please sign in to comment.