[go: up one dir, main page]

dxgi 0.1.7

Provides a convenient, higher level wrapping of the DXGI APIs. Targetting dxgi 1.2 stuff that works on Windows 7.
Documentation
[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = """
Provides a convenient, higher level wrapping of the DXGI APIs. Targetting dxgi 1.2 stuff
that works on Windows 7.
"""
documentation = "https://docs.rs/dxgi/*/x86_64-pc-windows-msvc/dxgi/"
license = "MIT"
name = "dxgi"
repository = "https://github.com/Connicpu/dxgi-rs"
version = "0.1.7"

[target."cfg(windows)".dependencies.boolinator]
version = "2.4.0"

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

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

[target."cfg(windows)".dependencies.wio]
version = "0.2.0"

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