embedded graphics should be fixed now
parent
c145300c5d
commit
5fbf91216c
|
|
@ -29,7 +29,7 @@ epd4in2_fast_update = []
|
||||||
|
|
||||||
[dependencies]
|
[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/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"}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +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.2"
|
embedded-graphics = "0.4.3"
|
||||||
# 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