Skip to content

Commit 55bcdb7

Browse files
committed
[remove] all shaderc code and update feature list.
1 parent 658a2be commit 55bcdb7

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

crates/lambda-rs-platform/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
pub mod obj;
1313
pub mod rand;
1414
pub mod shader;
15-
pub mod shaderc;
1615
#[cfg(feature = "wgpu")]
1716
pub mod wgpu;
1817
pub mod winit;

crates/lambda-rs-platform/src/shaderc.rs

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/features.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Cargo Features Overview"
33
document_id: "features-2025-11-17"
44
status: "living"
55
created: "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"
88
engine_workspace_version: "2023.1.30"
99
wgpu_version: "26.0.1"
1010
shader_backend_default: "naga"
1111
winit_version: "0.29.10"
12-
repo_commit: "58e7dd9f9b98b05302b8b4cfe4d653e61796c153"
12+
repo_commit: "229960fd426cf605c7513002b36e3942f14a3140"
1313
owners: ["lambda-sh"]
1414
reviewers: ["engine", "rendering"]
1515
tags: ["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

Comments
 (0)