try crates.io version once more
parent
a29e6530b4
commit
c145300c5d
|
|
@ -29,9 +29,9 @@ epd4in2_fast_update = []
|
||||||
|
|
||||||
[dependencies]
|
[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/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]
|
[dependencies.embedded-hal]
|
||||||
features = ["unproven"]
|
features = ["unproven"]
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep
|
||||||
|
|
||||||
linux-embedded-hal = "0.2.0"
|
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/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…
Reference in New Issue