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"