Update typst and related packages
This commit is contained in:
parent
a5f2efaf7d
commit
ea0cc4c7e3
4 changed files with 404 additions and 261 deletions
|
|
@ -10,7 +10,6 @@ edition = "2024"
|
|||
anyhow = "1.0.96"
|
||||
axum = "0.8.1"
|
||||
clap = { version = "4.5.30", features = ["derive", "deprecated"] }
|
||||
comemo = "0.4.0"
|
||||
cosmic-text = "0.12.1"
|
||||
escpos = "0.15.0"
|
||||
image = "0.25.5"
|
||||
|
|
@ -25,9 +24,9 @@ showbits-assets.path = "./showbits-assets"
|
|||
showbits-common.path = "./showbits-common"
|
||||
time = "0.3.37"
|
||||
tokio = "1.43.0"
|
||||
typst = "0.11.0"
|
||||
typst-assets = { version = "0.11.0", features = ["fonts"] }
|
||||
typst-render = "0.11.0"
|
||||
typst = "0.13.0"
|
||||
typst-assets = { version = "0.13.0", features = ["fonts"] }
|
||||
typst-render = "0.13.0"
|
||||
|
||||
[workspace.dependencies.taffy]
|
||||
version = "0.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue