try fixed embedded_graphics version

embedded-hal-1.0
Chris 2018-10-16 23:49:21 +02:00
parent dd70d02eb7
commit cc2d09f4aa
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ 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.1" #embedded-graphics = "0.4.1"
embedded-graphics = {git = "https://github.com/Caemor/embedded-graphics", branch = "patch-1"}
embedded-hal = { version = "0.2.1", features = ["unproven"] } embedded-hal = { version = "0.2.1", features = ["unproven"] }