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

Function main

examples/auto_backend.rs:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const OFFSET_STEP: f32 = 4.0;
13
14fn main() -> iced::Result {
15 iced::application(App::new, App::update, App::view)
16 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
17 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
18 .run()
19}
20
21struct App {
22 widget: PlotWidget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected