Browse Source

Fix wrongly named dep in examples

embedded-hal-1.0
Chris 7 years ago
parent
commit
68cd8006dc
  1. 2
      examples/embedded_linux_epd1in54/Cargo.toml
  2. 2
      examples/embedded_linux_epd2in9/Cargo.toml
  3. 2
      examples/embedded_linux_epd4in2/Cargo.toml

2
examples/embedded_linux_epd1in54/Cargo.toml

@ -5,7 +5,7 @@ authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
[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"

2
examples/embedded_linux_epd2in9/Cargo.toml

@ -5,7 +5,7 @@ authors = ["Christoph Groß <christoph-gross@mailbox.org>"]
[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"

2
examples/embedded_linux_epd4in2/Cargo.toml

@ -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)
#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"

Loading…
Cancel
Save