[package]
edition = "2021"
rust-version = "1.81"
name = "displays_types"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared display-related data types used across the displays crate and platform backends"
homepage = "https://github.com/AndreasBackx/displays"
documentation = "https://docs.rs/displays_types"
readme = "README.md"
keywords = [
"display",
"monitor",
"types",
"linux",
"windows",
]
categories = [
"data-structures",
"hardware-support",
]
license = "MIT"
repository = "https://github.com/AndreasBackx/displays"
[lib]
name = "displays_types"
path = "src/lib.rs"
[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.61.3"
features = [
"Win32_Devices",
"Win32_Devices_Display",
"Win32_Foundation",
"Win32_Graphics",
"Win32_Graphics_Gdi",
"Win32_UI_Shell_Common",
]