Skip to content
Merged
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
10 changes: 6 additions & 4 deletions client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ nnnoiseless = { version = "0.5", default-features = false }
# Linux pipewire backend, breaking the Linux build. Our fork (commit 4d1304e9)
# adapts the Linux backend to the new enum structure plus a Windows typo fix.
#
# Upstream PR that would fix this: https://github.com/CapSoftware/scap/pull/178
# (open since 2025-10-26, broader scope: adds sequence numbers + SystemTime +
# latest-buffer grab). Once merged and released, drop this git dep and pin to
# the next scap release. Track in #TODO (or file an issue).
# Upstream tracking:
# - CapSoftware/scap#178 — broader fix, open since 2025-10-26, no updates
# - Last re-check 2026-04-12: upstream main HEAD still fails Linux build
# (see closed PR #520 for the test run)
# - Issue #521 tracks periodic re-checks — drop this git dep when upstream
# publishes a new release with the Linux fix
scap = { git = "https://github.com/Detair/scap.git", branch = "fix/linux-frame-enum" }

# Webcam capture
Expand Down
Loading