|
|
|
@ -10,7 +10,7 @@ edition = "2018"
|
|
|
|
|
#epd_waveshare = { path = "../../"} |
|
|
|
|
epd-waveshare = { path = "../../", default-features = false, features = ["epd4in2", "graphics"]} |
|
|
|
|
|
|
|
|
|
embedded-graphics = "0.4.5" |
|
|
|
|
embedded-graphics = "0.5.2" |
|
|
|
|
embedded-hal = { version = "0.2.2", features = ["unproven"] } |
|
|
|
|
|
|
|
|
|
stm32f1xx-hal = { version = "0.2", features = ["rt", "stm32f103" ] } |
|
|
|
|