glsl-tree 0.3.0

Print a GLSL AST to stdout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.glsl]
version = "7"

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
categories = ["parsing", "rendering"]
description = "Print a GLSL AST to stdout"
edition = "2018"
homepage = "https://github.com/phaazon/glsl"
keywords = ["GLSL", "OpenGL", "SPIR-V", "parser"]
license = "BSD-3-Clause"
name = "glsl-tree"
readme = "README.md"
repository = "https://github.com/phaazon/glsl"
version = "0.3.0"