From 6e71d5aa3102f14351072a58964773a3c053af6e Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Tue, 2 Mar 2021 14:36:54 -0600 Subject: [PATCH] docs: Update deps in README (#191) This change is to reflect the commit made in 785ecb8a7858edfb88747623b7437da0c02b5317, which changes openssl libcrypto to libmbedtls, making changes everywhere except in the README documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 022eda490..f956d740c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ You need a C++20 compatible compiler such as GCC 10.2.0 to compile ImHex. Moreov - GLFW3 - libmagic, libgnurx, libtre, libintl, libiconv -- libcrypto +- libmbedtls - capstone - Python3 - freetype2