generated from GarandPLG/rust-flake-template
64eb906b5f
Remove the crossterm dependency and its input handling, delete the now‑unused App module, and provide default values for all command‑line options.
6 lines
95 B
Rust
6 lines
95 B
Rust
pub mod app;
|
|
pub mod widget;
|
|
pub mod widgets;
|
|
|
|
pub use app::{App, Event, handle_input_events};
|