()
| 11 | }; |
| 12 | |
| 13 | fn main() -> iced::Result { |
| 14 | iced::application(App::new, App::update, App::view) |
| 15 | .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf")) |
| 16 | .default_font(iced::Font::with_name("FiraCode Nerd Font")) |
| 17 | .run() |
| 18 | } |
| 19 | |
| 20 | struct App { |
| 21 | widget: PlotWidget, |
nothing calls this directly
no outgoing calls
no test coverage detected