diwic / alsa-rs

Thin but safe ALSA wrappers for Rust
Apache License 2.0
139 stars 66 forks source link

Allow to build against bitflags 2.0 #107

Closed glandium closed 1 year ago

glandium commented 1 year ago

Using bitflags 2.0 requires no changes, so it's fine to use 1.3.2 or newer 2.x versions.

Fixes: #103

glandium commented 1 year ago

Mmm as this changes the traits derived for the public types, this doesn't quite work.