Skip to content

Commit

Permalink
Add Rust dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Aug 15, 2024
1 parent 0309b02 commit c1bbf5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ For now only macOS is supported.

### Dependencies



#### [Lean](https://lean-lang.org)

Use the [official documentation](https://lean-lang.org/lean4/doc/quickstart.html) to setup Lean.
Expand All @@ -36,6 +38,14 @@ Install by running:
xcode-select --install
```

#### [Rust](https://www.rust-lang.org/)

```sh
curl https://sh.rustup.rs -sSf | sh
```

Or use the [official documentation](https://www.rust-lang.org/tools/install) to setup Rust.

### Build and Run

To build the raylib static library and the demo executable, run the following command in the project:
Expand Down

0 comments on commit c1bbf5b

Please sign in to comment.