Skip to content

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

Open
gdyr wants to merge 2 commits into
pitkley:mainfrom
gdyr:patch-1
Open

Fix / add support for non-GNU Windows targets#80
gdyr wants to merge 2 commits into
pitkley:mainfrom
gdyr:patch-1

Conversation

@gdyr
Copy link
Copy Markdown

@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