shader_version 0.6.0

A helper library for detecting and picking compatible shaders
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 = "shader_version"
version = "0.6.0"
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "A helper library for detecting and picking compatible shaders"
homepage = "https://github.com/pistondevelopers/shader_version"
readme = "README.md"
keywords = ["shader", "version", "OpenGL", "GLSL", "piston"]
license = "MIT"
repository = "https://github.com/pistondevelopers/shader_version.git"

[lib]
name = "shader_version"
path = "src/lib.rs"
[dependencies.piston-graphics_api_version]
version = "0.2.0"