ili9341-rs/Cargo.toml

14 lines
431 B
TOML
Raw Normal View History

2018-02-24 13:37:17 +00:00
[package]
name = "ili9341"
version = "0.1.4"
2018-03-04 16:11:34 +00:00
description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display"
2018-02-24 13:37:17 +00:00
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
2018-03-04 16:11:34 +00:00
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["embedded-hal-driver", "display", "LCD"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuri91/ili9341-rs"
2018-02-24 13:37:17 +00:00
[dependencies]
embedded-hal = "0.2.1"