glslint 0.7.0

A luma.gl/deck.gl-aware GLSL checker and language server
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"]