[go: up one dir, main page]

egui/data/
mod.rs

1
2
3
4
5
6
7
//! All the data sent between egui and the backend

pub mod input;
mod key;
pub mod output;

pub use key::Key;