Skip to content

Commit

Permalink
Remove unused dependencies (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jun 20, 2024
1 parent f6f985d commit bfb55f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ path = "../result"
windows-implement = { path = "../implement", version = "0.57.0" }
windows-interface = { path = "../interface", version = "0.57.0" }

[dev-dependencies.windows-bindgen]
version = "0.57.0"
path = "../bindgen"

[features]
default = ["std"]
std = []
4 changes: 0 additions & 4 deletions crates/libs/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ path = "../targets"
[dependencies.windows-result]
version = "0.1.1"
path = "../result"

[dev-dependencies.windows-bindgen]
version = "0.57.0"
path = "../bindgen"
4 changes: 0 additions & 4 deletions crates/libs/result/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ targets = []
[dependencies.windows-targets]
version = "0.52.5"
path = "../targets"

[dev-dependencies.windows-bindgen]
version = "0.57.0"
path = "../bindgen"

0 comments on commit bfb55f3

Please sign in to comment.