[[example]]
name = "spinning_teapot"
[dependencies.derive-cmp-ops]
version = "0.1.0"
[dependencies.glium]
version = "0.34.0"
[dev-dependencies.winit]
version = "0.29.15"
[lib]
crate-type = ["lib"]
name = "glium_types"
path = "src/lib.rs"
test = true
[package]
description = "types to use with glium"
edition = "2021"
keywords = ["glium", "graphics", "math"]
license = "MIT OR Apache-2.0 OR CC-BY-4.0"
name = "glium-types"
readme = "README.md"
repository = "https://github.com/abss-witch/glium-types"
version = "0.3.0"