[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)." [dependencies] pm-ui = { path = "../pm-ui" } 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"