[package] name = "d3d9-sys" version = "0.1.1" authors = ["Peter Atashian "] description = "Contains function definitions for the Windows API library d3d9. See winapi for types and constants." documentation = "https://retep998.github.io/doc/d3d9/" repository = "https://github.com/retep998/winapi-rs" readme = "README.md" keywords = ["windows", "ffi", "win32", "directx"] license = "MIT" build = "build.rs" [lib] name = "d3d9" [dependencies] winapi = { version = "0.2", path = "../.." } [build-dependencies] winapi-build = { version = "0.1.1", path = "../../build" }