From e2ef3e7440033d0642ac63517da3465db33a22f9 Mon Sep 17 00:00:00 2001 From: nashaofu Date: Sun, 8 Dec 2024 22:00:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=8D=E4=BD=8E=20image=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BB=A5=E6=94=AF=E6=8C=81win7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0585b6e..81c3c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcap" -version = "0.0.14" +version = "0.0.15" edition = "2021" description = "XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented)." license = "Apache-2.0" @@ -15,7 +15,7 @@ keywords = ["screen", "monitor", "window", "capture", "image"] vendored = ["dbus/vendored"] [dependencies] -image = "0.25" +image = "0.24" log = "0.4" sysinfo = "0.32" thiserror = "1.0"