2 unstable releases

Uses old Rust 2015

0.2.0 Oct 3, 2016
0.1.0 Feb 18, 2015

#145 in #wayland

Download history 37/week @ 2024-03-14 43/week @ 2024-03-21 96/week @ 2024-03-28 65/week @ 2024-04-04 39/week @ 2024-04-11 40/week @ 2024-04-18 37/week @ 2024-04-25 33/week @ 2024-05-02 39/week @ 2024-05-09 38/week @ 2024-05-16 37/week @ 2024-05-23 37/week @ 2024-05-30 29/week @ 2024-06-06 30/week @ 2024-06-13 43/week @ 2024-06-20 20/week @ 2024-06-27

129 downloads per month
Used in 11 crates (3 directly)

MIT license

25KB
231 lines

Rust bindings to libgbm, a generic buffer manager for Linux.

Use cargo doc for usage.


lib.rs:

An interface to libgbm, a generic buffer manager for Linux which is provided by Mesa.

Libgbm can be used to retrieve framebuffers from GPUs in a driver-independant manner.

Dependencies

~43KB