[package] name = "uisim" version = "0.1.0" edition = "2021" description = "Host renderer for pm-ui: draws the firmware UI to a framebuffer and exports a PNG (no hardware)." default-run = "uisim" [dependencies] pm-ui = { path = "../pm-ui" } track-format = { path = "../track-format" } embedded-graphics = "0.8" image = { version = "0.25", default-features = false, features = ["png"] } # initdump binary: capture mipidsi's ST7796 init command sequence on the host mipidsi = "0.9" embedded-hal = "1"