# 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] edition = "2018" name = "dxgi" version = "0.3.0-alpha4" authors = ["Connie Hilarides "] 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" license = "MIT" repository = "https://github.com/Connicpu/dxgi-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [target."cfg(windows)".dependencies.auto-enum] version = "0.2.0-alpha1" [target."cfg(windows)".dependencies.checked-enum] version = "0.1.1-alpha1" [target."cfg(windows)".dependencies.com-wrapper] version = "0.1.0-alpha2" [target."cfg(windows)".dependencies.dcommon] version = "0.3.0-alpha1" [target."cfg(windows)".dependencies.derive-com-wrapper] version = "0.1.0-alpha4" [target."cfg(windows)".dependencies.math2d] version = "0.2.0-alpha1" features = ["d2d"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["dxgi", "dxgi1_2", "dxgi1_3", "dxgi1_4", "dxgi1_5", "dxgi1_6", "guiddef", "libloaderapi", "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"