Fix wrongly named dep in examples
parent
b9395b5eff
commit
68cd8006dc
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue