2 unstable releases

Uses old Rust 2015

0.2.0 Oct 3, 2016
0.1.0 Feb 18, 2015

#136 in #wayland

Download history 22/week @ 2024-01-06 30/week @ 2024-01-13 7/week @ 2024-01-20 3/week @ 2024-01-27 12/week @ 2024-02-03 28/week @ 2024-02-10 36/week @ 2024-02-17 51/week @ 2024-02-24 28/week @ 2024-03-02 37/week @ 2024-03-09 39/week @ 2024-03-16 61/week @ 2024-03-23 101/week @ 2024-03-30 40/week @ 2024-04-06 43/week @ 2024-04-13 34/week @ 2024-04-20

233 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

~42KB