Fix wrongly named dep in examples

embedded-hal-1.0
Chris 2018-11-06 17:40:34 +01:00
parent b9395b5eff
commit 68cd8006dc
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
[dependencies] [dependencies]
epd_waveshare = { path = "../../", default-features = false, features = ["epd1in54", "graphics"]} epd-waveshare = { path = "../../", default-features = false, features = ["epd1in54", "graphics"]}
linux-embedded-hal = "0.2.1" linux-embedded-hal = "0.2.1"

View File

@ -5,7 +5,7 @@ authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
[dependencies] [dependencies]
epd_waveshare = { path = "../../", default-features = false, features = ["epd2in9", "graphics"]} epd-waveshare = { path = "../../", default-features = false, features = ["epd2in9", "graphics"]}
linux-embedded-hal = "0.2.1" linux-embedded-hal = "0.2.1"

View File

@ -7,7 +7,7 @@ authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
## The Only difference between this one and the one without default features sizewise seems to be a different .d-file Size (dependencies-file) ## The Only difference between this one and the one without default features sizewise seems to be a different .d-file Size (dependencies-file)
#epd_waveshare = { path = "../../"} #epd_waveshare = { path = "../../"}
epd_waveshare = { path = "../../", default-features = false, features = ["epd4in2", "graphics"]} epd-waveshare = { path = "../../", default-features = false, features = ["epd4in2", "graphics"]}
linux-embedded-hal = "0.2.1" linux-embedded-hal = "0.2.1"