[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"