[package]
edition = "2018"
name = "glsl"
version = "1.1.0"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "A GLSL450/GLSL460 parser."
homepage = "https://github.com/phaazon/glsl"
documentation = "https://docs.rs/glsl"
readme = "README.md"
keywords = ["GLSL", "OpenGL", "SPIR-V", "parser"]
categories = ["parsing", "rendering"]
license = "BSD-3-Clause"
repository = "https://github.com/phaazon/glsl"
[dependencies.nom]
version = "5"
[dependencies.shaderc]
version = "0.3"
optional = true
[dev-dependencies.glsl-quasiquote]
version = "1"
[features]
spirv = ["shaderc"]
[badges.travis-ci]
branch = "master"
repository = "phaazon/glsl"