@@ -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 : " 2026-01-30T22:48:05Z "
7- version : " 0.1.9 "
6+ last_updated : " 2026-01-30T23:40:49Z "
7+ version : " 0.1.10 "
88engine_workspace_version : " 2023.1.30"
99wgpu_version : " 26.0.1"
1010shader_backend_default : " naga"
1111winit_version : " 0.29.10"
12- repo_commit : " e179f7de3b43f9cd822b4f7ab520c095dc3c6911 "
12+ repo_commit : " df62c624ca869e0493a3a92297d1cebe94251e69 "
1313owners : ["lambda-sh"]
1414reviewers : ["engine", "rendering"]
1515tags : ["guide", "features", "validation", "cargo", "audio"]
@@ -33,6 +33,9 @@ relationships, and expected behavior in debug and release builds.
3333- Release builds enable only cheap safety checks by default; validation logs and per-draw checks MUST be enabled explicitly via features.
3434- Audio support in ` lambda-rs ` is enabled by default and incurs runtime cost
3535 only when an audio device is initialized and kept alive.
36+ - Linux builds that include the default audio backend MUST provide ALSA
37+ development headers and ` pkg-config ` (for example, ` libasound2-dev ` on
38+ Debian/Ubuntu).
3639
3740## lambda-rs
3841
@@ -132,6 +135,8 @@ Audio
132135 backend module ` lambda_platform::cpal ` backed by ` cpal =0.17.1 ` .
133136
134137## Changelog
138+ - 0.1.10 (2026-01-30): Document Linux system dependencies required by the
139+ default audio backend.
135140- 0.1.9 (2026-01-30): Clarify workspace default audio behavior after enabling
136141 ` lambda-rs ` audio features by default.
137142- 0.1.8 (2026-01-30): Enable ` lambda-rs ` audio features by default and update
0 commit comments