dx9
===
Rust library for DirectX 9.0c
Links
-----
- [https://crates.io/crates/dx9](https://crates.io/crates/dx9)
- [https://github.com/nomissbowling/dx9-rs](https://github.com/nomissbowling/dx9-rs)
Requirements
------------
- [DirectX Software Development Kit (DXSDK_Jun10.exe)](https://www.microsoft.com/en-us/download/details.aspx?id=6812)
- [Rust bindgen](https://rust-lang.github.io/rust-bindgen/requirements.html)
- [clang/LLVM for bindgen 'winget install LLVM.LLVM' (tested version 21.1.8)](https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8/LLVM-21.1.8-win64.exe)
- [clang/LLVM for bindgen (manual download)](https://releases.llvm.org/download.html)
- set LIBCLANG_PATH=path_to/LLVM/bin
- set DXSDK_DIR=path_to/DXSDK_Jun10
LICENSE
-------
MIT License