[go: up one dir, main page]

glsl 1.1.0

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

edition = "2018"

[badges]
travis-ci = { repository = "phaazon/glsl", branch = "master" }

[features]
spirv = ["shaderc"]

[dependencies]
nom = { version = "5" }
shaderc = { version = "0.3", optional = true }

[dev-dependencies]
glsl-quasiquote = "1"