Skip to content

Commit 9908fbd

Browse files
committed
[update] readme.
1 parent 04984cd commit 9908fbd

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
## Table of contents
1010
1. [Description](#description)
11-
2. [API Documentation](#documentation)
12-
3. [Building](#building)
11+
1. [API Documentation](#documentation)
12+
1. [Building](#building)
1313
1. [From crates.io](#crates)
1414
1. [From source](#source)
1515
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)
2323
## Description <a name="description"></a>
2424
Lambda is a framework for developing cross platform applications and workloads using Rust.
2525

@@ -155,11 +155,10 @@ cargo run --example triangles
155155
- [x] Metal
156156
- [x] DirectX11
157157
- [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.
163162
- ### Examples
164163
- [x] Minimal -- A minimal example of an application with a working window
165164
using lambda.

0 commit comments

Comments
 (0)