[package]
name = "windows_dpi"
version = "0.2.0"
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "Provides an API for marking a process as DPI-aware on windows systems. Works for\nWindows 7+, using the newer API when available. Also provides a method for getting\nthe DPI appropriate for an HWND.\n\nMethods are currently stubs for other platforms, if anybody would like to contribute\nto support other platforms I'm happy to help!\n"
documentation = "https://docs.rs/windows_dpi/"
license = "MIT"
repository = "https://github.com/Connicpu/windows_dpi"
[dependencies.lazy_static]
version = "1.0"
[dependencies.libc]
version = "0.2.29"
[dependencies.libloading]
version = "0.5"
[dependencies.winapi]
version = "0.3.4"
features = ["minwindef", "windef", "winerror", "wingdi", "winuser"]