egl 0.2.7

Rust bindings for EGL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
khronos = "0.1.1"
libc = "0.2.16"

[package]
authors = ["Sean Kerr <sean@metatomic.io>"]
description = "Rust bindings for EGL"
exclude = [".gitignore"]
homepage = "https://github.com/seankerr/rust-egl"
keywords = ["egl", "gl", "khronos", "opengl"]
license = "Apache-2.0"
name = "egl"
readme = "README.md"
repository = "https://github.com/seankerr/rust-egl"
version = "0.2.7"