[package] name = "eepy-gui" version = "0.1.0" edition = "2024" authors = ["arthomnix"] license = "MIT" [dependencies] eepy-sys = { path = "../eepy-sys", features = ["embedded-graphics", "fugit"] } tp370pgh01 = { path = "../tp370pgh01" } embedded-graphics.workspace = true defmt = { workspace = true, optional = true } fugit.workspace = true [features] defmt-derive = ["defmt", "tp370pgh01/defmt", "embedded-graphics/defmt"]