iced-yoda/runtime/src/system.rs

7 lines
118 B
Rust
Raw Normal View History

2022-02-16 19:20:26 -03:00
//! Access the native system.
mod action;
mod information;
2022-02-16 19:20:26 -03:00
pub use action::Action;
pub use information::Information;