glsl 7.0.0

A GLSL450/GLSL460 parser.
Documentation
[dependencies.nom]
default-features = false
features = ["std"]
version = "7"

[dependencies.shaderc]
optional = true
version = "0.6"

[features]
spirv = ["shaderc"]

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
categories = ["parsing", "rendering"]
description = "A GLSL450/GLSL460 parser."
documentation = "https://docs.rs/glsl"
edition = "2018"
homepage = "https://github.com/phaazon/glsl"
keywords = ["GLSL", "OpenGL", "SPIR-V", "parser"]
license = "BSD-3-Clause"
name = "glsl"
readme = "README.md"
repository = "https://github.com/phaazon/glsl"
version = "7.0.0"