boppo_core 0.2.1

The core APIs for creating activities for the Boppo tablet
Documentation
1
2
3
4
5
6
7
//! For use by the WASM host and client but not other environments

mod error;
mod host_event;

pub use error::Error;
pub use host_event::HostEvent;