MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / main

Function main

examples/plot_overlays.rs:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11};
12
13fn 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
20struct App {
21 widget: PlotWidget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected