glsl 0.11.0

A GLSL450 parser.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "phaazon/glsl"

[badges.is-it-maintained-open-issues]
repository = "phaazon/glsl"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "phaazon/glsl"
[dependencies.nom]
default-features = true
features = ["verbose-errors"]
version = "3.2"

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
categories = ["parsing", "rendering"]
description = "A GLSL450 parser."
documentation = "https://docs.rs/glsl"
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 = "0.11.0"