use tape px width instead of device max

This commit is contained in:
Robin Appelman 2025-09-24 17:30:46 +02:00
commit f7910f967b
5 changed files with 20 additions and 14 deletions

View file

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