@@ -3,13 +3,13 @@ title: "Cargo Features Overview"
33document_id : " features-2025-11-17"
44status : " living"
55created : " 2025-11-17T23:59:00Z"
6- last_updated : " 2025-12-22T00 :00:00Z"
7- version : " 0.1.5 "
6+ last_updated : " 2026-01-25T00 :00:00Z"
7+ version : " 0.1.6 "
88engine_workspace_version : " 2023.1.30"
99wgpu_version : " 26.0.1"
1010shader_backend_default : " naga"
1111winit_version : " 0.29.10"
12- repo_commit : " 58e7dd9f9b98b05302b8b4cfe4d653e61796c153 "
12+ repo_commit : " 229960fd426cf605c7513002b36e3942f14a3140 "
1313owners : ["lambda-sh"]
1414reviewers : ["engine", "rendering"]
1515tags : ["guide", "features", "validation", "cargo"]
@@ -39,7 +39,6 @@ This document enumerates the primary Cargo features exposed by the workspace rel
3939## Shader Backends
4040- ` lambda-rs-platform `
4141 - ` shader-backend-naga ` (default): uses ` naga ` for shader handling.
42- - ` shader-backend-shaderc ` : uses ` shaderc ` ; optional ` shader-backend-shaderc-build-from-source ` .
4342
4443## Render Validation
4544
@@ -86,6 +85,8 @@ Usage examples
8685 - ` cargo test -p lambda-rs --features render-validation-msaa `
8786
8887## Changelog
88+ - 0.1.6 (2026-01-25): Remove the deprecated legacy shader backend
89+ documentation.
8990- 0.1.5 (2025-12-22): Align ` lambda-rs ` Cargo feature umbrella composition with
9091 the documented render-validation feature set, including ` render-validation-pass-compat `
9192 and ` render-validation-render-targets ` .
0 commit comments