chore: bump embedded-graphics and simulator

This commit is contained in:
Felix Suchert 2023-05-29 13:34:33 +02:00
parent c8ffe46601
commit e25aedb6ba
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
embedded-graphics = "0.7.1" embedded-graphics = "0.8.0"
itertools = {version = "0.9.0", default-features = false } itertools = {version = "0.9.0", default-features = false }
heapless = "0.7.3" heapless = "0.7.3"
[dev-dependencies] [dev-dependencies]
embedded-graphics-simulator = "0.3.0" embedded-graphics-simulator = "0.5.0"
test-case = "1.0.0" test-case = "1.0.0"