bevy_ios_impact 0.2.0

allows using ios ImpactFeedback API to generate haptic device vibrations
Documentation
1
2
3
4
5
6
7
pub enum FeedbackStyle {
    Light,
    Medium,
    Heavy,
    Soft,
    Rigid,
}