5
3
Fork
You've already forked bmputil
2

Feature: Windows dependency cleanup #72

Merged
esden merged 6 commits from feature/windows-dependency-cleanup into main 2026年02月25日 02:00:51 +01:00

In this PR we update the Windows dependencies and port over the code that was depending on the winapi and winreg crates to the windows-rs crates, bringing more consistency to the code base and reducing the API boilerplate needed.

This tries to rationalise the dependencies a bit to help reduce the set needed for a build to complete. There are however still another couple of dependency crates which are using winapi and/or winreg, so not completely dropping them from the build. However, this still improves the situation on version pinning.

In this PR we update the Windows dependencies and port over the code that was depending on the winapi and winreg crates to the windows-rs crates, bringing more consistency to the code base and reducing the API boilerplate needed. This tries to rationalise the dependencies a bit to help reduce the set needed for a build to complete. There are however still another couple of dependency crates which are using winapi and/or winreg, so not completely dropping them from the build. However, this still improves the situation on version pinning.
cargo: Removed the now needless dependency on winapi
Some checks failed
Build Linux / ubuntu-22.04 (pull_request) Has been cancelled
Build Linux / ubuntu-24.04 (pull_request) Has been cancelled
Build MacOS / macos-13 (pull_request) Has been cancelled
Build MacOS / macos-14 (pull_request) Has been cancelled
Build MacOS / macos-15 (pull_request) Has been cancelled
Build MacOS / macos-14 (homebrew) (pull_request) Has been cancelled
Build Windows / windows-2022 (msvc) (pull_request) Has been cancelled
Build Windows / windows-2025 (msvc) (pull_request) Has been cancelled
Build Windows / windows-2022 (clang64) (pull_request) Has been cancelled
Build Windows / windows-2022 (mingw64) (pull_request) Has been cancelled
Build Windows / windows-2022 (ucrt64) (pull_request) Has been cancelled
Build Windows / windows-2025 (clang64) (pull_request) Has been cancelled
Build Windows / windows-2025 (mingw64) (pull_request) Has been cancelled
Build Windows / windows-2025 (ucrt64) (pull_request) Has been cancelled
Build Linux / ubuntu-22.04 (push) Has been cancelled
Build Linux / ubuntu-24.04 (push) Has been cancelled
Build MacOS / macos-13 (push) Has been cancelled
Build MacOS / macos-14 (push) Has been cancelled
Build MacOS / macos-15 (push) Has been cancelled
Build MacOS / macos-14 (homebrew) (push) Has been cancelled
Build Windows / windows-2022 (msvc) (push) Has been cancelled
Build Windows / windows-2025 (msvc) (push) Has been cancelled
Build Windows / windows-2022 (clang64) (push) Has been cancelled
Build Windows / windows-2022 (mingw64) (push) Has been cancelled
Build Windows / windows-2022 (ucrt64) (push) Has been cancelled
Build Windows / windows-2025 (clang64) (push) Has been cancelled
Build Windows / windows-2025 (mingw64) (push) Has been cancelled
Build Windows / windows-2025 (ucrt64) (push) Has been cancelled
355cf2c5d1
esden left a comment
Copy link

LGTM

LGTM
esden deleted branch feature/windows-dependency-cleanup 2026年02月25日 02:00:52 +01:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
blackmagic-debug/bmputil!72
Reference in a new issue
blackmagic-debug/bmputil
No description provided.
Delete branch "feature/windows-dependency-cleanup"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?