From 5fbf91216cb843def2151fbb07b458625ef3e434 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Oct 2018 07:59:53 +0200 Subject: [PATCH] embedded graphics should be fixed now --- Cargo.toml | 2 +- examples/embedded_linux_epd4in2/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 38e174b..34de391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"} diff --git a/examples/embedded_linux_epd4in2/Cargo.toml b/examples/embedded_linux_epd4in2/Cargo.toml index d27968d..1731f4a 100644 --- a/examples/embedded_linux_epd4in2/Cargo.toml +++ b/examples/embedded_linux_epd4in2/Cargo.toml @@ -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"}