show fps on top panel

This commit is contained in:
William Casarin
2023-07-09 14:20:50 -07:00
parent 800ab26cb4
commit a618da3ed7
2 changed files with 15 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ mod fonts;
mod images;
mod result;
mod ui;
mod frame_history;
pub use app::Damus;
pub use error::Error;