From f34ce3fadfa94b5d3945ebc268f6dc1fc09d2d97 Mon Sep 17 00:00:00 2001 From: Gerwin van der Lugt Date: Sat, 18 Nov 2023 23:40:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543f73f..296080c 100644 --- a/README.md +++ b/README.md @@ -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