Add Widget and BoxedWidget
This commit is contained in:
parent
d6b9aea273
commit
ba68e34d0d
4 changed files with 112 additions and 1 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -2,9 +2,18 @@
|
|||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.80"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
||||
|
||||
[[package]]
|
||||
name = "showbits-common"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "showbits-thermal-printer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue