Skip to content

Commit

Permalink
replace winreg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
InfyniteHeap committed Sep 25, 2024
1 parent d16e5e4 commit 2f0399a
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 2f0399a

Please sign in to comment.