Bump embedded_graphics dependency to 0.4.4

This commit is contained in:
James Waples 2018-10-25 19:16:12 +01:00
parent e92b790da3
commit 12649e377a

View file

@ -1,20 +1,18 @@
[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"
[dependencies.embedded-graphics]
version = "0.1.1"
optional = true
version = "0.4.4"
[features]
default = ["graphics"]