mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 22:30:59 +00:00
Bump embedded_graphics dependency to 0.4.4
This commit is contained in:
parent
e92b790da3
commit
12649e377a
1 changed files with 4 additions and 6 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,20 +1,18 @@
|
||||||
[package]
|
[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>"]
|
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
|
||||||
categories = ["embedded", "hardware-support", "no-std"]
|
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"]
|
keywords = ["embedded-hal-driver", "display", "LCD"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
name = "ili9341"
|
||||||
repository = "https://github.com/yuri91/ili9341-rs"
|
repository = "https://github.com/yuri91/ili9341-rs"
|
||||||
|
version = "0.1.7"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embedded-hal = "0.2.1"
|
embedded-hal = "0.2.1"
|
||||||
|
|
||||||
[dependencies.embedded-graphics]
|
[dependencies.embedded-graphics]
|
||||||
version = "0.1.1"
|
|
||||||
optional = true
|
optional = true
|
||||||
|
version = "0.4.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["graphics"]
|
default = ["graphics"]
|
||||||
|
|
Loading…
Reference in a new issue