display-info 0.5.1

Cross-platform get display info
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4.21"

[features]
gdi = []

[package]
description = "Cross-platform get display info"
documentation = "https://docs.rs/display-info"
edition = "2021"
homepage = "https://github.com/nashaofu/display-info"
keywords = ["display", "screen", "displayinfo", "display-info"]
license-file = "LICENSE"
name = "display-info"
readme = "README.md"
repository = "https://github.com/nashaofu/display-info.git"
version = "0.5.1"
[target."cfg(all(target_os = \"windows\", features = \"gdi\"))".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.56"
[target."cfg(all(target_os = \"windows\", not(features = \"gdi\")))".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_Shell_Common", "Win32_UI_HiDpi"]
version = "0.56"
[target."cfg(target_os = \"linux\")".dependencies.smithay-client-toolkit]
default-features = false
version = "0.18.1"

[target."cfg(target_os = \"linux\")".dependencies.xcb]
features = ["randr"]
version = "1.3"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.23"
[target."cfg(target_os = \"windows\")".dependencies.fxhash]
version = "0.2"

[target."cfg(target_os = \"windows\")".dependencies.widestring]
version = "1.0"