# 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 = "dx12bindings" version = "0.1.5" authors = ["Andrey Pushkar "] description = "Low-level (as thin as possible) DX12 bindings for Rust.\nIt's an early, early WIP at the moment, which is not usable at all,\nso please don't bother downloading it yet :)" keywords = ["d3d", "d3d12", "directx12", "directx", "dxgi"] license = "GPL-3.0" repository = "https://https://github.com/curldivergence/dx12bindings" [dependencies.bitflags] version = "1.2.1" [dependencies.log] version = "0.4.8" [dependencies.pixwrapper] version = "0.1.3" [dependencies.winapi] version = "0.3.8" [build-dependencies.bindgen] version = "0.57" [build-dependencies.find-winsdk] version = "0.2.0" [build-dependencies.regex] version = "1"