gbm-rs 0.2.0

Rust bindings to libgbm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "gbm-rs"
version = "0.2.0"
authors = ["Scott Anderson <ascent12@hotmail.com>"]
license = "MIT"
repository = "https://github.com/ascent12/gbm-rs"
readme = "README.md"
keywords = ["gbm", "mesa", "linux", "wayland", "opengl"]
description = "Rust bindings to libgbm"

[dependencies]
libc = "0.2.16"