dxguid-sys 0.2.0

Contains DirectX GUIDs for COM typically found in `dxguid.lib`. See winapi for types and constants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# dxguid #
Contains function definitions for the Windows API library dxguid. See winapi for types and constants.

```toml
[dependencies]
dxguid-sys = "0.0.1"
```

```rust
extern crate dxguid;
```

[Documentation](https://retep998.github.io/doc/dxguid/)