app: cargo update + switch parley to fork temporarily

This commit is contained in:
darkfi
2025-10-22 22:26:36 +02:00
parent 8f3242d29f
commit 6e120f5217
2 changed files with 407 additions and 472 deletions

877
bin/app/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ clap = { version = "4.5", features = ["derive"] }
file-rotate = "0.7.6"
parking_lot = { version = "0.12.4", features = ["nightly"] }
regex = "1.11"
parley = { git = "https://github.com/linebender/parley.git" }
parley = { git = "https://github.com/narodnik/parley.git" }
swash = "0.2.5"
zeno = "0.3.3"
peniko = "*"