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

chore(deps): Upgrade to ndk 0.9 and delete unused ndk-sys/ndk-context dependencies #1296

Merged
merged 1 commit into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. Upgrade to ndk 0.9 and delete unused ndk-sys/context dependencies

    The `ndk` crate received some marginal API upgrades, besides fixing
    soundness issues.  Specifcally, `ForeignLooper::add_fd_with_callback()`
    now signifies that the incoming file descriptor is a `BorrowedFd` and
    the callback is executed on a different thread (where the looper is
    polled on the `ThreadLooper`) and must hence be `Send.`.
    
    It appears the `ndk-sys` and `ndk-context` crates are not used directly,
    hence they are removed from `Cargo.toml` here.
    MarijnS95 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fc4d54a View commit details
    Browse the repository at this point in the history