alixinne / glsl-lang

LALR parser for GLSL
https://alixinne.github.io/glsl-lang/glsl_lang/
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Update `lalrpop` to 0.19.9 #17

Closed alixinne closed 1 year ago

alixinne commented 1 year ago

lalrpop 0.19.8 contains an issue that will fail compiling under the future versions of Rust.

The issue has been fixed in version 0.19.9, see https://github.com/lalrpop/lalrpop/issues/701.