#ffi #winapi #windows

sys gdi32-sys

Contains function definitions for the Windows API library gdi32. See winapi for types and constants.

8 releases

Uses old Rust 2015

0.2.0 Dec 21, 2015
0.1.2 Dec 18, 2017
0.1.1 Jun 7, 2015
0.1.0 Mar 30, 2015
0.0.3 Jan 29, 2015

#54 in #win32

Download history 1070/week @ 2024-02-04 1422/week @ 2024-02-11 2076/week @ 2024-02-18 1414/week @ 2024-02-25 1504/week @ 2024-03-03 1333/week @ 2024-03-10 1672/week @ 2024-03-17 1856/week @ 2024-03-24 2009/week @ 2024-03-31 1225/week @ 2024-04-07 1858/week @ 2024-04-14 1838/week @ 2024-04-21 1641/week @ 2024-04-28 1344/week @ 2024-05-05 1421/week @ 2024-05-12 1659/week @ 2024-05-19

6,289 downloads per month
Used in 191 crates (10 directly)

MIT license

38KB
557 lines

gdi32

Contains function definitions for the Windows API library gdi32. See winapi for types and constants.

[dependencies]
gdi32-sys = "0.2.0"
extern crate gdi32;

Documentation


lib.rs:

FFI bindings to gdi32.

Dependencies