osmesa-sys 0.0.3

OSMesa library bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "osmesa-sys"
version = "0.0.3"
authors = ["Daggerbot <daggerbot@gmail.com>"]
description = "OSMesa library bindings for Rust"
license = "CC0-1.0"
repository = "https://github.com/Daggerbot/osmesa-rs.git"
build = "src/build.rs"

[dependencies]
gl = "*"
libc = "*"

[build-dependencies]
pkg-config = "*"