From b9a2e614f0d70a89f5027c0d43baebd20de211cd Mon Sep 17 00:00:00 2001 From: Kirill Kuzminykh Date: Fri, 24 Nov 2023 12:43:59 +0300 Subject: [PATCH] Fixed README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59612f8..4c39567 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## System dependencies -- `libheif-dev` >= 1.17.0 +- `libheif-dev` >= 1.17.0 (any version if `use-bindgen` feature is enabled) - `clang` - to generate rust bindings for `libheif`. [See bindgen requirements.](https://rust-lang.github.io/rust-bindgen/requirements.html)