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

Function main

examples/themes_and_styles.rs:11–17  ·  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 .theme(App::theme)
14 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
15 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
16 .run()
17}
18
19#[derive(Debug, Clone)]
20enum Message {

Callers

nothing calls this directly

Calls 1

themeMethod · 0.80

Tested by

no test coverage detected