grr 0.6.0

Bare metal OpenGL 4.5+ wrapper
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "grr"
version = "0.6.0"
authors = ["msiglreith <m.siglreith@gmail.com>"]
build = "build.rs"
exclude = ["examples/*", "info/*"]
description = "Bare metal OpenGL 4.5+ wrapper"
homepage = "https://github.com/msiglreith/grr"
documentation = "https://docs.rs/grr"
keywords = ["graphics"]
license = "MPL-2.0"
repository = "https://github.com/msiglreith/grr"

[[example]]
name = "device"
path = "examples/device.rs"

[[example]]
name = "triangle"
path = "examples/triangle.rs"

[[example]]
name = "texture"
path = "examples/texture.rs"

[[example]]
name = "pbr"
path = "examples/pbr/pbr.rs"
[dependencies.bitflags]
version = "1"
[dev-dependencies.assimp]
version = "0.3"

[dev-dependencies.assimp-sys]
version = "0.3"

[dev-dependencies.glutin]
version = "0.19"

[dev-dependencies.image]
version = "0.20"

[dev-dependencies.nalgebra-glm]
version = "0.2"

[dev-dependencies.ndarray]
version = "0.12"

[dev-dependencies.rand]
version = "0.6"
[build-dependencies.gl_generator]
version = "0.10"