windows_dpi 0.1.4

Provides an API for marking a process as DPI-aware on windows systems. Works for Windows 7+, using the newer API when available. Also provides a method for getting the DPI appropriate for an HWND. Methods are currently stubs for other platforms, if anybody would like to contribute to support other platforms I'm happy to help!
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "windows_dpi"
version = "0.1.4"
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 to\nsupport other platforms I'm happy to help!\n"
documentation = "https://docs.rs/windows_dpi/"
license = "MIT"
repository = "https://github.com/Connicpu/windows_dpi"
[dependencies.libloading]
version = "0.4.0"

[dependencies.winapi]
version = "0.2.8"

[dependencies.lazy_static]
version = "0.2.8"

[dependencies.user32-sys]
version = "0.2.0"

[dependencies.libc]
version = "0.2.29"

[dependencies.gdi32-sys]
version = "0.2.0"