embedded graphics should be fixed now

embedded-hal-1.0
Chris 2018-10-19 07:59:53 +02:00
parent c145300c5d
commit 5fbf91216c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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