mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-21 17:36:30 +00:00
chore: bump embedded-graphics and simulator
This commit is contained in:
parent
c8ffe46601
commit
e25aedb6ba
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ categories = ["embedded","visualization","no-std","graphics"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embedded-graphics = "0.7.1"
|
||||
embedded-graphics = "0.8.0"
|
||||
itertools = {version = "0.9.0", default-features = false }
|
||||
heapless = "0.7.3"
|
||||
|
||||
[dev-dependencies]
|
||||
embedded-graphics-simulator = "0.3.0"
|
||||
embedded-graphics-simulator = "0.5.0"
|
||||
test-case = "1.0.0"
|
||||
|
|
Loading…
Reference in a new issue