//! The implementation for UI toolkits that work with [ndk-context].
//!
//! This module works by accessing the [`AndroidContext`] state stored in [ndk-context],
//! which must be initialized by other crates (e.g., `android-activity`).
//! before this module uses those states.
//!
//! [ndk-context]: https://docs.rs/ndk-context/latest/ndk_context/
//! [`AndroidContext`]: https://docs.rs/ndk-context/latest/ndk_context/struct.AndroidContext.html
use crate::;