2 unstable releases
Uses old Rust 2015
0.2.0 | Oct 3, 2016 |
---|---|
0.1.0 | Feb 18, 2015 |
#145 in #wayland
129 downloads per month
Used in 11 crates
(3 directly)
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