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

Remove the bitflags dependency #124

Merged
merged 2 commits into from
Jun 29, 2023
Merged

Remove the bitflags dependency #124

merged 2 commits into from
Jun 29, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Jun 29, 2023

The bitflags crate is planning on doing a breaking change, see bitflags/bitflags#369. This is a little bit too much version churn for my liking, and it's not like we expose it publicly. This PR removes it from the Windows backend.

@notgull notgull merged commit a8eb2df into master Jun 29, 2023
23 checks passed
@notgull notgull deleted the notgull/no-bitflags branch June 29, 2023 03:19
@KodrAus
Copy link

KodrAus commented Jun 29, 2023

Yep, it’s been a bit of a churning journey trying to tighten things up. Avoiding dependencies though is a good thing, and it’s nice you were able to replace it with almost the same amount of code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants