1 2 3 4 5 6 7 8 9 10 11 12 13
# gdi32 # Contains function definitions for the Windows API library gdi32. See winapi for types and constants. ```toml [dependencies] gdi32-sys = "0.2.0" ``` ```rust extern crate gdi32; ``` [Documentation](https://retep998.github.io/doc/gdi32/)