From 18ee97a3a5709188a6c82cd612efe41e21b8e979 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 7 Oct 2023 13:31:32 +0800 Subject: [PATCH] chore: switch to wayshot repo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e12c9c..d49c9e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "libwayshot" version = "0.2.0" -source = "git+https://github.com/Decodetalkers/wayshot?branch=removeunsafe#6884b5abf890661cf843eca9fadd2e27591f99a9" +source = "git+https://github.com/waycrate/wayshot.git#b290beb126a42efc530a4ad81b851b72e120b7e8" dependencies = [ "image", "log", diff --git a/Cargo.toml b/Cargo.toml index 6aaac15..bc0c9bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ anyhow = "1.0.75" pipewire = "0.7.2" libspa-sys = "0.7.2" -libwayshot = { git = "https://github.com/Decodetalkers/wayshot", branch = "removeunsafe"} +libwayshot = { git = "https://github.com/waycrate/wayshot.git" } rustix = { version = "0.38.13", features = ["fs", "use-libc"] } # REMOTE