From 81a994ec0a342dd6dd58bada770a76f8c316371b Mon Sep 17 00:00:00 2001 From: Naden Date: Sun, 3 Mar 2024 15:41:39 +1100 Subject: [PATCH] Updates --- src-tauri/Cargo.lock | 18 ------------------ src-tauri/Cargo.toml | 1 - 2 files changed, 19 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8074b87..1f04da8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5079,7 +5079,6 @@ dependencies = [ "rpc_tauri", "screencapturekit", "screencapturekit-sys", - "screenshots", "search", "search_core", "search_extensions", @@ -10870,23 +10869,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "screenshots" -version = "0.8.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a11115337e3893986040bf6825f2e0870a1233e054cedab55bceb64c84a519bc" -dependencies = [ - "core-foundation 0.9.4", - "core-graphics 0.23.1", - "dbus", - "image 0.24.8", - "log", - "percent-encoding", - "thiserror", - "windows 0.52.0", - "xcb", -] - [[package]] name = "scroll" version = "0.12.0" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 01a11f0..0941368 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -57,7 +57,6 @@ tracing-subscriber = "0.3.18" tokio = { version = "1", features = [] } tokio-cron-scheduler = "0.10" window-vibrancy = "0.5" -screenshots = "0.8" xcap = "0.0.4" [target.'cfg(target_os = "linux")'.dependencies]