From e13b01f30b5da880b7c4ddb6f8f796e3a793dd52 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 19 Sep 2018 21:35:58 -0400 Subject: [PATCH] README: add crates.io badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cbb54..6c62b72 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -This is a fork of the [ffmpeg](https://crates.io/crates/ffmpeg) crate by [meh.](https://github.com/meh/rust-ffmpeg), compatible with FFmpeg major version 4 (tested against 4.0.2). FFmpeg4 code is guarded by the `ffmpeg4` feature, enabled by the default. Disable `ffmpeg4` to compile against FFmpeg 3.4 (tested against 3.4.4). Earlier versions of FFmpeg are not officially supported. See my command line tool `metadata`'s [`Cargo.toml`](https://github.com/zmwangx/metadata/blob/master/Cargo.toml) for example usage when supporting both major versions of FFmpeg. +[![crates.io](https://img.shields.io/crates/v/ffmpeg-next.svg)](https://crates.io/crates/ffmpeg-next) + +This is a fork of the [ffmpeg](https://crates.io/crates/ffmpeg) crate by [meh.](https://github.com/meh/rust-ffmpeg), compatible with FFmpeg major version 4 (tested against 4.0.2). FFmpeg4 code is guarded by the `ffmpeg4` feature, enabled by the default. Disable `ffmpeg4` to compile against FFmpeg 3.x (tested against 3.4.4). Earlier versions of FFmpeg are not officially supported. See my command line tool `metadata`'s [`Cargo.toml`](https://github.com/zmwangx/metadata/blob/master/Cargo.toml) for example usage when supporting both major versions of FFmpeg.