mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
use tape px width instead of device max
This commit is contained in:
parent
678fdf5185
commit
f7910f967b
5 changed files with 20 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ptouch-api"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -11,7 +11,7 @@ image = { version = "0.25.8", features = ["png", "jpeg", "bmp"] }
|
|||
axum = { version = "0.8.4", features = ["macros", "json"] }
|
||||
listenfd = "1.0.2"
|
||||
serde = { version = "1.0.225", features = ["derive"] }
|
||||
thiserror = "1.0.69"
|
||||
thiserror = "2.0.16"
|
||||
toml = "0.9.6"
|
||||
clap = { version = "4.5.47", features = ["derive"] }
|
||||
tracing-subscriber = "0.3.20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue