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

Function main

examples/log_scale.rs:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7};
8
9fn main() -> iced::Result {
10 iced::application(new, update, view)
11 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
12 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
13 .run()
14}
15
16fn update(widget: &mut PlotWidget, message: PlotUiMessage) {
17 widget.update(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected