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
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "include-component-in-tag": false,
  "packages": {
    ".": {
      "release-type": "rust",
      "extra-files": [
        { "type": "json", "path": "editors/vscode/package.json", "jsonpath": "$.version" },
        { "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.version" },
        { "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.optionalDependencies['@glslint/darwin-arm64']" },
        { "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.optionalDependencies['@glslint/darwin-x64']" },
        { "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.optionalDependencies['@glslint/linux-x64']" },
        { "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.optionalDependencies['@glslint/win32-x64']" }
      ]
    }
  }
}