repose-app 0.30.0

Embeddable Repose runtime with composition, input handling, and frame output
Documentation
1
2
3
4
5
6
7
8
9
pub mod app_config;
pub mod lifecycle;
pub mod runtime;
pub mod touch_gesture;

pub use app_config::*;
pub use lifecycle::*;
pub use runtime::*;
pub use touch_gesture::{MultiTouchDelta, TouchGestureState};