rust: lock embedded-graphics to 0.6.0-alpha.2

The API keeps changing significantly between alpha versions, it's too much
work for me to keep updating the demo - I'll update it to 0.6.0 once
there is a release.
This commit is contained in:
Wladimir J. van der Laan 2020-02-02 16:55:22 +00:00
parent f8b280eb6f
commit 0e88fae4d2

View File

@ -10,4 +10,4 @@ k210-hal = "0.2.0"
riscv = "0.5"
libm = "0.1"
k210-shared = { path = "../k210-shared" }
embedded-graphics = { version = "0.6.0-alpha.1", features = ['bmp'] }
embedded-graphics = { version = "=0.6.0-alpha.2", features = ['bmp'] }