xcap 0.0.1

A cross-platform screen capture library
Documentation
[dependencies.image]
version = "0.24"

[dependencies.thiserror]
version = "1.0"

[package]
description = "A cross-platform screen capture library"
documentation = "https://docs.rs/xcap"
edition = "2021"
homepage = "https://github.com/nashaofu/xcap"
keywords = ["screen", "monitor", "window", "capture", "image"]
license = "Apache-2.0"
name = "xcap"
readme = "README.md"
repository = "https://github.com/nashaofu/xcap.git"
version = "0.0.1"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.23"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Graphics_Dwm", "Win32_UI_WindowsAndMessaging", "Win32_Storage_Xps"]
version = "0.52"
[target."cfg(target_os=\"linux\")".dependencies.dbus]
features = ["vendored"]
version = "0.9"

[target."cfg(target_os=\"linux\")".dependencies.percent-encoding]
version = "2.3"

[target."cfg(target_os=\"linux\")".dependencies.xcb]
features = ["randr"]
version = "1.3"