[dependencies.bitflags]
default-features = false
version = "2.6.0"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "tiny_gl"
path = "src/lib.rs"
[package]
authors = ["Tim Peters <mail@darksecond.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A set of OpenGL bindings suitable for use in a demo. This crate does not use std.
"""
edition = "2021"
license = "MIT"
name = "tiny-gl"
readme = "README.md"
repository = "https://github.com/demoscene-rs/tiny-gl"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true