hadronized / glsl

GLSL parser for Rust
190 stars 28 forks source link

Breaking change from 6.0.2 to 6.0.3 #159

Closed SamRodri closed 7 months ago

SamRodri commented 7 months ago

Looks like ElseIf was replaced with ElIf.

https://docs.rs/glsl/6.0.2/glsl/syntax/struct.PreprocessorElseIf.html https://docs.rs/glsl/6.0.3/glsl/syntax/struct.PreprocessorElIf.html

hadronized commented 7 months ago

Ah yes indeed, it should be a breaking change. I’ll yank and redeploy.