diff --git a/apps/desktop-solid/src-tauri/Cargo.toml b/apps/desktop-solid/src-tauri/Cargo.toml index b527af90..b9426d62 100644 --- a/apps/desktop-solid/src-tauri/Cargo.toml +++ b/apps/desktop-solid/src-tauri/Cargo.toml @@ -40,7 +40,7 @@ swift-rs = "1.0.6" nix = { version = "0.29.0", features = ["fs"] } tokio = { version = "1.39.2", features = ["macros", "process", "fs"] } uuid = { version = "1.10.0", features = ["v4"] } -scap = { git = "https://github.com/CapSoftware/scap" } +scap = { git = "https://github.com/brendonovich/scap", rev = "691bd88798d3" } ffmpeg-sidecar = { git = "https://github.com/CapSoftware/ffmpeg-sidecar", branch = "main" } wgpu = "22.1.0" bytemuck = { version = "1.7", features = ["derive"] }