From 36be793b68ab338105337be55118b8a06773da2c Mon Sep 17 00:00:00 2001 From: Antoine Date: Thu, 21 Sep 2023 01:55:02 +0200 Subject: [PATCH] Add windows requierement look like MCVC 2019 is not enough for this project. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3654012..30e5797 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ differences, FLIP's comparison can be more meaningful than a simple pixel-wise c In order to keep a small dependency closure, this crate does not depend on `image`, but interop is simple. +## Windows + +The FLIP library requires MSVC 2022 or newer to compile. + ## Example ```rust