Browse Source

try crates.io version once more

embedded-hal-1.0
Chris 7 years ago
parent
commit
c145300c5d
  1. 4
      Cargo.toml
  2. 4
      examples/embedded_linux_epd4in2/Cargo.toml

4
Cargo.toml

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

4
examples/embedded_linux_epd4in2/Cargo.toml

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

Loading…
Cancel
Save