mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 08:17:28 +00:00
86a4ba1662
This general Activity glue crate now supersedes the two separate native-activity and game-activity crates. The adds the functionality of both crates as modules within this new crate but provides a single crate + API that downstream can depend on as an Activity glue layer. The new crate exposes two (mutually-exclusive) features for choosing which Activity backend to build: * "native-activity" * "game-activity" This common crate makes it more practical to write code that's Activity agnostic.