Skip to content

Commit

Permalink
feat: 降低 image 版本,以支持win7 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: nashaofu <[email protected]>
  • Loading branch information
nashaofu and nashaofu authored Dec 8, 2024
1 parent 50d44dd commit e3edc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e3edc28

Please sign in to comment.