1[package] 2name = "khronos" 3version = "0.1.2" 4authors = ["Sean Kerr <sean@metatomic.io>"] 5license = "Apache-2.0" 6description = "Rust types for Khronos API" 7homepage = "https://github.com/seankerr/rust-khronos" 8repository = "https://github.com/seankerr/rust-khronos" 9readme = "README.md" 10keywords = ["egl", "gl", "khronos", "opengl"] 11exclude = [".gitignore"] 12 13[dependencies] 14libc = "0.1.10" 15