2 unstable releases

Uses old Rust 2015

0.2.0 Oct 3, 2016
0.1.0 Feb 18, 2015

#132 in #wayland

Download history 12/week @ 2023-12-06 21/week @ 2023-12-13 27/week @ 2023-12-20 13/week @ 2023-12-27 9/week @ 2024-01-03 33/week @ 2024-01-10 17/week @ 2024-01-17 2/week @ 2024-01-24 6/week @ 2024-01-31 21/week @ 2024-02-07 32/week @ 2024-02-14 40/week @ 2024-02-21 50/week @ 2024-02-28 29/week @ 2024-03-06 38/week @ 2024-03-13 29/week @ 2024-03-20

153 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