From a29e6530b4c4236373a4cf0c37a5e8f54525bf22 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Oct 2018 23:49:41 +0200 Subject: [PATCH] check upstream/master --- Cargo.toml | 3 ++- examples/embedded_linux_epd4in2/Cargo.toml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9e7869..deb8a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,8 @@ epd4in2_fast_update = [] [dependencies] # 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"} [dependencies.embedded-hal] features = ["unproven"] diff --git a/examples/embedded_linux_epd4in2/Cargo.toml b/examples/embedded_linux_epd4in2/Cargo.toml index 10e110f..bb36b1a 100644 --- a/examples/embedded_linux_epd4in2/Cargo.toml +++ b/examples/embedded_linux_epd4in2/Cargo.toml @@ -12,6 +12,9 @@ eink_waveshare_rs = { path = "../../", default-features = false, features = ["ep linux-embedded-hal = "0.2.0" # 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-hal = { version = "0.2.1", features = ["unproven"] }