[build-dependencies.bindgen]
version = "0.59"
[build-dependencies.cmake]
version = "0.1"
[dependencies.cty]
version = "0.2"
[dependencies.paste]
version = "1"
[dev-dependencies.minifb]
version = "0.20"
[features]
default = ["text"]
text = []
[package]
authors = ["Louis Hampton <louis@hamptonsoftworks.com>"]
build = "build.rs"
categories = ["api-bindings", "rendering::graphics-api"]
description = "Bindings to TinyGL, a Small, Free and Fast Subset of OpenGL"
documentation = "https://docs.rs/tgl"
exclude = ["/tinygl/doc", "/tinygl/Raw_Demos", "/tinygl/SDL_Examples"]
homepage = "https://github.com/roastveg/tinygl-rs/"
keywords = ["tgl", "gl", "opengl", "tinygl"]
license = "MIT OR Apache-2.0"
name = "tgl"
readme = "README.md"
version = "0.1.0"