buffer as a feature

This commit is contained in:
Priec
2025-08-22 13:47:34 +02:00
parent f49899e66d
commit f127298e5a
21 changed files with 40 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ pub mod modes;
pub mod functions;
pub mod services;
pub mod utils;
pub mod buffer;
pub use ui::run_ui;