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
171 changes: 159 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ image = { version = "0.25", default-features = false, features = ["png", "jpeg",
# & tokio features at once" compile-error on the Linux release build.
# Pin to the tokio backend explicitly. macOS uses the native NSOpenPanel
# path so these features are no-ops there.
rfd = { version = "0.14", default-features = false, features = ["xdg-portal", "tokio"] }
rfd = { version = "0.16", default-features = false, features = ["xdg-portal", "tokio"] }

# Cross-platform clipboard read — used by the compose sheet to paste
# images from the system clipboard (⌘V). Bypasses Wry's DragDrop
Expand Down
Loading