[package] name = "ili9163_driver" version = "1.0.0" edition = "2021" description = "Library implements low level control over LCD graphical display equipped with ILI9163 driver." license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7"