Undo some auto formatting

This commit is contained in:
James Waples 2018-10-27 21:47:50 +01:00
parent 303b1da769
commit 69bcfdfbfe

View file

@ -1,12 +1,14 @@
[package]
name = "ili9341"
version = "0.1.7"
description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display"
keywords = ["embedded-hal-driver", "display", "LCD"]
license = "MIT OR Apache-2.0"
name = "ili9341"
repository = "https://github.com/yuri91/ili9341-rs"
version = "0.1.7"
[dependencies]
embedded-hal = "0.2.1"