Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/perry-ui-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base64.workspace = true
libc.workspace = true
# Proper PNG encoder (deflate). The old inline encoder wrote stored blocks
# → 2.7 MB baseline for a 900×788 window. With real compression: ~50 KB.
png = "0.17"
png = "0.18"
# Pure-Rust QR code generator for the qrcode widget (GDI bitmap path).
# macOS/iOS/tvOS use CIFilter("CIQRCodeGenerator"); Android uses zxing-android-embedded;
# GTK4 stub. Windows path renders the matrix into a 32bpp DIB and BitBlt's it onto
Expand Down
Loading