[package] name = "dxguid-sys" version = "0.2.0" authors = ["Peter Atashian "] description = "Contains DirectX GUIDs for COM typically found in `dxguid.lib`. See winapi for types and constants." documentation = "https://retep998.github.io/doc/dxguid/" repository = "https://github.com/retep998/winapi-rs" readme = "README.md" keywords = ["windows", "ffi", "win32", "directx"] license = "MIT" [lib] name = "dxguid" [dependencies] winapi = { version = "0.2.5", path = "../.." }