File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ relationships, and expected behavior in debug and release builds.
2323## Table of Contents
2424- [ Overview] ( #overview )
2525- [ Defaults] ( #defaults )
26- - [ ` lambda-rs ` ] ( #lambda-rs )
27- - [ ` lambda-rs-platform ` ] ( #lambda-rs-platform )
26+ - [ lambda-rs] ( #lambda-rs )
27+ - [ lambda-rs-platform] ( #lambda-rs-platform )
2828- [ Changelog] ( #changelog )
2929
3030## Defaults
@@ -34,7 +34,7 @@ relationships, and expected behavior in debug and release builds.
3434- Audio features are disabled by default and incur runtime cost only when an
3535 audio device is initialized and kept alive.
3636
37- ## ` lambda-rs `
37+ ## lambda-rs
3838
3939Rendering backends
4040- ` with-wgpu ` (default): enables the ` wgpu ` platform backend via
@@ -109,7 +109,7 @@ Usage examples
109109- Enable only MSAA validation in release:
110110 - ` cargo test -p lambda-rs --features render-validation-msaa `
111111
112- ## ` lambda-rs-platform `
112+ ## lambda-rs-platform
113113
114114This crate provides platform and dependency abstractions for ` lambda-rs ` .
115115Applications MUST NOT depend on ` lambda-rs-platform ` directly.
You can’t perform that action at this time.
0 commit comments