[package] name = "tft-rs" description = "An interfacing library for several TFT LCD displays" authors = ["ActuallyRuben "] repository = "https://github.com/ActuallyRuben/tft-rs" license = "MIT" version = "0.1.0" edition = "2021" [dependencies] embedded-graphics-core = "0.4.0" embedded-hal = "1.0.0"