Add Widget and BoxedWidget

This commit is contained in:
Joscha 2024-03-03 23:33:42 +01:00
parent d6b9aea273
commit ba68e34d0d
4 changed files with 112 additions and 1 deletions

9
Cargo.lock generated
View file

@ -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"