Skip to content

Commit

Permalink
Suggest to use cargo add in README.md (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad authored Sep 2, 2023
1 parent 3d4641c commit 0140994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Currently Bevy does not support drawing custom shapes in an easy way. This crate

## Usage

Add the following line in your `cargo.toml` manifest file, under the `[dependencies]` section:
Add `bevy_prototype_lyon` to your cargo project:

```TOML
bevy_prototype_lyon = "0.8.0"
```shell
cargo add bevy_prototype_lyon
```

Then, you can start by drawing simple shapes:
Expand Down

0 comments on commit 0140994

Please sign in to comment.