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

Function main

examples/transform.rs:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13};
14
15fn main() -> iced::Result {
16 iced::application(new, update, view)
17 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
18 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
19 .run()
20}
21
22fn update(widget: &mut PlotWidget, message: PlotUiMessage) {
23 widget.update(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected