screen: Show lane types
This commit is contained in:
parent
2b9e50c16c
commit
7bbdae9243
8 changed files with 172 additions and 40 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -1216,6 +1216,7 @@ dependencies = [
|
|||
"prost",
|
||||
"prost-build",
|
||||
"static_cell",
|
||||
"tinytga",
|
||||
"trouble-host",
|
||||
"ublox",
|
||||
]
|
||||
|
|
@ -2529,6 +2530,16 @@ dependencies = [
|
|||
"cfg-if",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tinytga"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "477839bd612acb4d0551915eaf6eef8cc1b3a9dd58e18e9c2b746c78614a25d5"
|
||||
dependencies = [
|
||||
"embedded-graphics",
|
||||
"nom",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_datetime"
|
||||
version = "1.1.1+spec-1.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue