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