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

deps: Update to bitflags 2.x #208

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

waywardmonkeys
Copy link
Contributor

This also removes an old style macro_use / extern crate for bitflags and makes all uses use the same syntax.

@waywardmonkeys waywardmonkeys force-pushed the update-bitflags branch 2 times, most recently from 7baff6b to 960a1db Compare June 18, 2024 11:43
@waywardmonkeys
Copy link
Contributor Author

Because of rkyv, a different approach must be taken: bitflags/bitflags#348

This also removes an old style macro_use / extern crate for
bitflags and makes all uses use the same syntax.

We change technique for creating these bitflags to one that works
with serde and rkyv. This requires bitflags 2.3 or later.
@sebcrozet sebcrozet merged commit 3bdc58d into dimforge:master Jun 23, 2024
5 checks passed
@sebcrozet
Copy link
Member

Thanks!

@waywardmonkeys waywardmonkeys deleted the update-bitflags branch June 24, 2024 01:44
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.

None yet

2 participants