dxgi 0.1.5

Provides a convenient, higher level wrapping of the DXGI APIs. Targetting dxgi 1.2 stuff that works on Windows 7.
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 = "dxgi"
version = "0.1.5"
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "Provides a convenient, higher level wrapping of the DXGI APIs. Targetting dxgi 1.2 stuff\nthat works on Windows 7.\n"
documentation = "https://docs.rs/dxgi/*/x86_64-pc-windows-msvc/dxgi/"
license = "MIT"
repository = "https://github.com/Connicpu/dxgi-rs"
[target."cfg(windows)".dependencies.boolinator]
version = "2.4.0"

[target."cfg(windows)".dependencies.num]
version = "0.1.42"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["dxgi1_2", "guiddef", "minwindef", "unknwnbase", "winbase", "windef", "winerror", "winnt"]

[target."cfg(windows)".dependencies.wio]
version = "0.2.0"
[target."cfg(windows)".dev-dependencies.windows_dpi]
version = "0.3"