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

Function main

examples/three_plots.rs:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17use iced::widget::{column, scrollable};
18
19fn main() -> iced::Result {
20 iced::application(App::new, App::update, App::view)
21 .font(include_bytes!("fonts/FiraCodeNerdFont-Regular.ttf"))
22 .default_font(iced::Font::with_name("FiraCode Nerd Font"))
23 .run()
24}
25
26struct App {
27 s1_id: ShapeId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected