Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix / add support for non-GNU Windows targets #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gdyr
Copy link

@gdyr gdyr commented Jun 20, 2024

The existing (v1.1.0) dependencies specify winreg & windows-service dependencies as only required for target x86_64-pc-windows-gnu.

On other Windows targets, such as the default x86_64-pc-windows-msvc target, these dependencies can therefore not be found.

The attached changes to Cargo.toml change these dependencies to be included for all Windows targets.

gdyr added 2 commits June 21, 2024 00:30
Fixes MSVC support + future proofs
Changed dependencies to support all Windows-based targets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant