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

Function main

examples/controls_toggles.rs:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9};
10
11fn main() -> iced::Result {
12 iced::application(App::new, App::update, App::view)
13 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
14 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
15 .run()
16}
17
18#[derive(Debug, Clone)]
19enum Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected