rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

ndk: Upgrade `num_enum` crate from `0.5.1` to `0.6` #398

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Fixes #392, cc @kchibisov

kchibisov commented 1 year ago

ack. Would suggest to look into other duplicated deps in winit brought by android crates.

I know that bitflags should be updated, but maybe more... We have deny checks and references in the deny.toml inside the winit, so it might give some hints.

MarijnS95 commented 1 year ago

@kchibisov yeah I know, that is the goal before the next breaking release and bitflags is the only remaining crate afaik, which is already bumped in another PR.