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

Function main

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

Source from the content-addressed store, hash-verified

13use iced::{Color, Element};
14
15fn main() -> iced::Result {
16 iced::application::timed(App::new, App::update, App::subscription, App::view)
17 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
18 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
19 .run()
20}
21
22#[derive(Debug, Clone)]
23enum Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected