Skip to content
Merged
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
23 changes: 21 additions & 2 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ uuid = { version = "1", features = ["v4", "v5"] }
# user's manual artwork into a single `.waveflow` (zip) file. We pick
# zip 4.x for its `deflate` feature with a pure-Rust backend (no
# native libz dep), keeping the cross-compile story clean.
zip = { version = "4", default-features = false, features = ["deflate", "time"] }
zip = { version = "8", default-features = false, features = ["deflate", "time"] }

# Discord Rich Presence β€” speaks the local Discord client's IPC named
# pipe (no network). Mirrors the souvlaki integration in
Expand Down
Loading