windows_legacy_direct3d 0.1.0

Rust bindings for legacy Direct3D APIs
1
2
3
4
5
extern crate windows;

mod bindings;

pub use bindings::*;