glsl-include 0.2.2

A library for expanding #include directives in GLSL source strings
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 = "glsl-include"
version = "0.2.2"
authors = ["Justin Shrake <justinshrake@gmail.com>"]
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
description = "A library for expanding #include directives in GLSL source strings"
documentation = "https://docs.rs/glsl-include/"
readme = "README.md"
keywords = ["glsl-include", "glsl", "opengl"]
categories = ["parsing", "rendering::data-formats"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jshrake/glsl-include"

[[bench]]
name = "mod"
harness = false
[dependencies.criterion]
version = "0.2"
optional = true

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.regex]
version = "0.2"
[dev-dependencies.indoc]
version = "0.2"
[badges.appveyor]
repository = "jshrake/glsl-include"

[badges.travis-ci]
repository = "jshrake/glsl-include"