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

4
Cargo.lock generated
View file

@ -1213,7 +1213,7 @@ dependencies = [
[[package]]
name = "ptouch-api"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"axum",
"clap",
@ -1222,7 +1222,7 @@ dependencies = [
"main_error",
"ptouch-rs",
"serde",
"thiserror 1.0.69",
"thiserror 2.0.16",
"tokio",
"toml 0.9.6",
"tracing",