bevy_ios_alerts
Rust crate and Swift package to easily integrate iOS's native UIAlerts API into a Bevy application.

demo from our game using this crate: zoolitaire.com
Instructions
- Add to XCode: Add SPM (Swift Package Manager) dependency
- Add Rust dependency
- Setup Plugin
1. Add to XCode
Go to File -> Add Package Dependencies and paste https://github.com/rustunit/bevy_ios_alerts.git into the search bar on the top right:

2. Add Rust dependency
cargo add bevy_ios_alerts
or
bevy_ios_alerts = { version = "0.1" }
3. Setup Plugin
Initialize Bevy Plugin:
app.add_plugins;
Trigger Alert in your application code: