From d57391fcaf143715efffbe6aca39b69686c52266 Mon Sep 17 00:00:00 2001 From: decipher3114 Date: Fri, 27 Sep 2024 16:43:29 +0530 Subject: [PATCH] =?UTF-8?q?Animated=20Theme=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e921ef..27d126c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "capter" -version = "1.1.1" +version = "1.2.0" dependencies = [ "active-win-pos-rs", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 84d23e4..8a5c397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "capter" -version = "1.1.1" +version = "1.2.0" description = "A simple cross-platform screenshot tool" edition = "2021" authors = ["decipher3114 "] @@ -12,7 +12,7 @@ arboard = { version = "3.4", features = ["wayland-data-control", "wl-clipboard-r chrono = "0.4" display-info = { version = "0.5"} iced = { version = "0.13", features = ["advanced", "canvas", "multi-window", "image", "tokio", "svg"] } -iced_anim = { version = "0.1.1", features = ["derive", "serde"] } +iced_anim = { version = "0.1", features = ["derive", "serde"] } interprocess = { version = "2.2", features = ["tokio"] } rdev = { git = "https://github.com/rustdesk-org/rdev", branch = "master"} rfd = { version = "0.14", features = ["gtk3", "tokio"], default-features = false }