From 0f205a29622754990f3e254740b070493e9ba180 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 11 Sep 2024 17:07:56 +0800 Subject: [PATCH] use offical scap --- apps/desktop-solid/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop-solid/src-tauri/Cargo.toml b/apps/desktop-solid/src-tauri/Cargo.toml index 2096535c..6d4cb74c 100644 --- a/apps/desktop-solid/src-tauri/Cargo.toml +++ b/apps/desktop-solid/src-tauri/Cargo.toml @@ -41,7 +41,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/brendonovich/scap", rev = "691bd88798d3" } +scap = { git = "https://github.com/CapSoftware/scap", rev = "691bd88798d3" } ffmpeg-sidecar = { git = "https://github.com/CapSoftware/ffmpeg-sidecar", branch = "main" } wgpu = "22.1.0" bytemuck = { version = "1.7", features = ["derive"] }