hal-sim 0.5.1

An embedded-hal and embedded-graphics Display simulator.
Documentation
1
2
3
4
5
6
7
8
fn main() {
    #[cfg(feature = "ui")]
    {
        wasm_logger::init(wasm_logger::Config::default());

        yew::Renderer::<hal_sim::ui::App>::new().render();
    }
}