-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoolchains.json
More file actions
40 lines (40 loc) · 935 Bytes
/
Copy pathtoolchains.json
File metadata and controls
40 lines (40 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"schema_version": 1,
"platform": "linux/amd64",
"tools": {
"buf": "1.72.0",
"git-lfs": "3.7.1",
"go": "1.26.5",
"node": "24.18.1",
"pnpm": "11.20.0",
"protoc": "35.0",
"protoc-gen-go": "1.36.11",
"protoc-gen-prost": "0.5.0",
"rust": "1.97.1",
"rustup": "1.29.0",
"syft": "1.50.0",
"trivy": "0.73.0"
},
"rust": {
"components": ["clippy", "rustfmt"],
"edition": "2024",
"targets": ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"]
},
"graphics": {
"headless_validation": true,
"linux_backend": "Vulkan",
"native_windows_backend": "D3D12",
"sdl_major": 3,
"virtual_display": "Xvfb"
},
"consumers": [
"atrinik/client",
"atrinik/content-toolkit",
"atrinik/editor",
"atrinik/protocol",
"atrinik/renderer",
"atrinik/server",
"atrinik/website"
]
}