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

Function main

examples/fills.rs:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected