File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " style =" text-align :center ;" >
2
- <img src =" https://media.githubusercontent.com/media/lambda-sh/lambda/main/lambda/assets/logos/lambda_header.png " />
2
+ <img src =" https://media.githubusercontent.com/media/lambda-sh/lambda/main/crates/ lambda-rs /assets/logos/lambda_header.png " />
3
3
</p >
4
4
5
5
[ ![ Cross Platform builds & tests] ( https://github.com/lambda-sh/lambda/actions/workflows/compile_lambda_rs.yml/badge.svg )] ( https://github.com/lambda-sh/lambda/actions/workflows/compile_lambda_rs.yml )
10
10
1 . [ Description] ( #description )
11
11
2 . [ API Documentation] ( #documentation )
12
12
3 . [ Building] ( #building )
13
+ 1 . [ From crates.io] ( #crates )
13
14
1 . [ From source] ( #source )
14
15
1 . [ External dependencies] ( #ext_deps )
15
16
2 . [ Optional dependencies] ( #opt_deps )
@@ -49,14 +50,14 @@ Documentation to be added soon.
49
50
50
51
## Installation <a name =" building " ></a >
51
52
52
- ### From crates.io
53
+ ### From crates.io < a name = " crates " ></ a >
53
54
lambda is now available on [ crates.io] ( https://crates.io/crates/lambda-rs )
54
55
and can be added to your project by adding the following to your
55
56
` Cargo.toml ` file:
56
57
57
58
``` toml
58
59
[dependencies ]
59
- lambda-rs = " 2023.1.28 "
60
+ lambda-rs = " 2023.1.29 "
60
61
```
61
62
62
63
or from the CLI:
Original file line number Diff line number Diff line change 1
- # lambda-rs
1
+ <p align =" center " style =" text-align :center ;" >
2
+ <img src =" https://media.githubusercontent.com/media/lambda-sh/lambda/main/crates/lambda-rs/assets/logos/lambda_header.png " />
3
+ </p >
4
+
2
5
![ lambda-rs] ( https://img.shields.io/crates/d/lambda-rs )
3
6
![ lambda-rs] ( https://img.shields.io/crates/v/lambda-rs )
4
7
5
8
The lambda-rs crate provides a safe, cross-platform API for building applications on the Lambda platform.
6
9
7
- ## Getting started
8
- ### First window
10
+ # Installation
11
+ ``` bash
12
+ cargo add lambda-rs
13
+ ```
14
+
15
+ # Getting started
16
+ ## First window
9
17
Getting started with lambda is easy. The following example will create a window with the title "Hello lambda!" and a size of 800x600.
10
18
``` rust
11
19
#[macro_use]
You can’t perform that action at this time.
0 commit comments