Documentation
[package]
name = "glsl"
version = "0.5.0"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "A GLSL450 parser"
keywords = ["GLSL", "OpenGL", "SPIR-V", "parser"]

homepage = "https://github.com/phaazon/glsl"
repository = "https://github.com/phaazon/glsl"
documentation = "https://docs.rs/glsl"

[dependencies.nom]
version = "3.2"
default-features = true
features = ["verbose-errors"]