# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "microsoft-directx" version = "0.0.0-alpha.3" authors = ["Marijn Suijten "] description = "Rust bindings for the latest DirectX (Agility SDK) headers" homepage = "https://github.com/Microsoft/DirectX-Headers" license = "MIT OR Apache-2.0" repository = "https://github.com/MarijnS95/DirectX-Headers" resolver = "1" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows] version = "0.44.0" features = [ "Win32_Foundation", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11on12", "Win32_Graphics_Dxgi_Common", "Win32_Security", ] [features] implement = []