Browse Source

check upstream/master

embedded-hal-1.0
Chris 7 years ago
parent
commit
a29e6530b4
  1. 3
      Cargo.toml
  2. 5
      examples/embedded_linux_epd4in2/Cargo.toml

3
Cargo.toml

@ -30,7 +30,8 @@ epd4in2_fast_update = []
[dependencies]
# embedded-graphics = "0.4.2"
embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"}
# embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"}
embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"}
[dependencies.embedded-hal]
features = ["unproven"]

5
examples/embedded_linux_epd4in2/Cargo.toml

@ -12,6 +12,9 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep
linux-embedded-hal = "0.2.0"
# embedded-graphics = "0.4.2"
embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"}
# embedded-graphics = {git = "https://github.com/caemor/embedded-graphics", branch = "master"}
embedded-graphics = {git = "https://github.com/jamwaffles/embedded-graphics", branch = "master"}
embedded-hal = { version = "0.2.1", features = ["unproven"] }

Loading…
Cancel
Save