Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 authored Nov 18, 2023
1 parent a708a10 commit f34ce3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ on this (`video-rs` depends on the `ffmpeg-next` crate).
Then, add the following to your dependencies in `Cargo.toml`:

```toml
video-rs = "0.4"
video-rs = "0.5"
```

Use the `ndarray` feature to be able to use raw frames with the
[`ndarray`](https://github.com/rust-ndarray/ndarray) crate:

```toml
video-rs = { version = "0.4", features = ["ndarray"] }
video-rs = { version = "0.5", features = ["ndarray"] }
```

## 📖 Examples
Expand Down

0 comments on commit f34ce3f

Please sign in to comment.