Skip to content

Commit

Permalink
replace winreg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
InfyniteHeap authored and djc committed Sep 26, 2024
1 parent e996109 commit bce3ed6
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 212 deletions.
37 changes: 24 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ zstd = "0.13"

[target."cfg(windows)".dependencies]
cc = "1"
winreg = "0.52"
windows-registry = "0.3.0"
windows-result = "0.2.0"

[target."cfg(windows)".dependencies.windows-sys]
features = [
Expand Down
Loading

0 comments on commit bce3ed6

Please sign in to comment.