glslint 0.8.0

A GLSL checker and language server for WebGL shader toolkits (luma.gl/deck.gl, maplibre, ShaderToy) and any project
1
2
3
4
5
6
7
# Pins the Rust toolchain for this crate (local dev and CI both read this).
# Tracks stable: locked deps need a recent toolchain, and stable stays current
# on its own. Components so rustfmt/clippy are always present wherever checks
# run.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]