|
8 | 8 |
|
9 | 9 | ## Table of contents |
10 | 10 | 1. [Description](#description) |
11 | | -2. [API Documentation](#documentation) |
12 | | -3. [Building](#building) |
| 11 | +1. [API Documentation](#documentation) |
| 12 | +1. [Building](#building) |
13 | 13 | 1. [From crates.io](#crates) |
14 | 14 | 1. [From source](#source) |
15 | 15 | 1. [External dependencies](#ext_deps) |
16 | | - 2. [Optional dependencies](#opt_deps) |
17 | | - 3. [Linux, Macos, Windows](#bash) |
18 | | -5. [Getting started](#get_started) |
19 | | -6. [Examples](#examples) |
20 | | -7. [Planned additions](#plans) |
21 | | -8. [How to contribute](#contribute) |
22 | | -9. [Resources](#resources) |
| 16 | + 1. [Optional dependencies](#opt_deps) |
| 17 | + 1. [Linux, Macos, Windows](#bash) |
| 18 | +1. [Getting started](#get_started) |
| 19 | +1. [Examples](#examples) |
| 20 | +1. [Planned additions](#plans) |
| 21 | +1. [How to contribute](#contribute) |
| 22 | +1. [Resources](#resources) |
23 | 23 | ## Description <a name="description"></a> |
24 | 24 | Lambda is a framework for developing cross platform applications and workloads using Rust. |
25 | 25 |
|
@@ -155,11 +155,10 @@ cargo run --example triangles |
155 | 155 | - [x] Metal |
156 | 156 | - [x] DirectX11 |
157 | 157 | - [x] DirectX12 |
158 | | -- ### Crates |
159 | | - - [x] (WIP) lambda-args -- Command line argument parsing. |
160 | | - - [x] (WIP) lambda-platform -- Dependency wrappers & platform support. |
161 | | - - [ ] lambda-cloud -- Cloud integrations. |
162 | | - - [x] (WIP) lambda -- The public Lambda API. |
| 158 | +- ### Packages |
| 159 | + - [x] (WIP) [lambda-rs-args](./crates/lambda-rs-args/README.md) -- Command line argument parsing. |
| 160 | + - [x] (WIP) [lambda-rs-platform](./crates/lambda-rs-platform/README.md) -- Dependency wrappers & platform support. |
| 161 | + - [x] (WIP) [lambda-rs](./crates/lambda-rs/README.md) -- The public Lambda API. |
163 | 162 | - ### Examples |
164 | 163 | - [x] Minimal -- A minimal example of an application with a working window |
165 | 164 | using lambda. |
|
0 commit comments