From 7e44639d246d6a693077979bdb53e13256b4abb1 Mon Sep 17 00:00:00 2001 From: kalwalt Date: Fri, 24 Jan 2025 14:50:48 +0100 Subject: [PATCH] version 0.1.6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b0c24..86034fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # opencv-em A simple script utility to build with Emscripten OpenCV static libs. You can build the libs by yourself or grab them from a [Release](https://github.com/webarkit/opencv-em/releases) +This project serves to build the OpenCV libraries for [WebARKitLib]([https://](https://github.com/webarkit/WebARKitLib/tree/dev)), but it can be customized to suit your specific needs. ## Building OpenCV with Emscripten @@ -39,7 +40,7 @@ include(FetchContent) FetchContent_Declare( build_opencv - URL https://github.com/webarkit/opencv-em/releases/download/0.1.4/opencv-4.7.0.zip + URL https://github.com/webarkit/opencv-em/releases/download/0.1.6/opencv-4.10.0.zip ) FetchContent_MakeAvailable(build_opencv)