[package] name = "dx12bindings" version = "0.1.5" authors = ["Andrey Pushkar "] edition = "2018" description = """Low-level (as thin as possible) DX12 bindings for Rust. It's an early, early WIP at the moment, which is not usable at all, so please don't bother downloading it yet :)""" license = "GPL-3.0" keywords = ["d3d", "d3d12", "directx12", "directx", "dxgi"] repository = "https://https://github.com/curldivergence/dx12bindings" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.57" regex = "1" find-winsdk = "0.2.0" [dependencies] winapi = "0.3.8" bitflags = "1.2.1" log = "0.4.8" pixwrapper = "0.1.3"