Releases: alixinne/glslt
Releases · alixinne/glslt
v0.5.0
* Use smolstr * Remove regex dependency * Remove useless lazy_static * Remove itertools dependency * Update dependencies * Allow passing options to parse methods * Switch to glsl-lang * Parse comments in helper methods * Add parse_tu entry point * Abstract filesystem resolver for #includes * Use Arc in MinUnit to make cloning cheaper
v0.4.3
- Added tests
- Fixed a lot of edge cases
- Lots of internal refactoring
v0.4.2
v0.4.1
v0.4.0
- Publish documentation online at https://vtavernier.github.io/glslt/doc/
- Add Python module and publish wheels for major architectures
- Resolve inner lambdas before outer lambdas
- Add minifying mode