glslt 0.7.2

GLSLT Template compiler library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "glslt"

[project.scripts]
glsltc = "glslt:main"

[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"

[tools.maturin]
bindings = "pyo3"
features = ["python"]
strip = true