displays_types 0.1.0

Shared display-related data types used across the displays crate and platform backends
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]