From 5aec4523bef132689c940953b5fd09d158e43855 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 23 Nov 2025 20:36:31 +0100 Subject: [PATCH] update toxcore --- external/toxcore/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index a8eef91..9051494 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -18,7 +18,7 @@ if (NOT TARGET toxcore) FetchContent_Declare(toxcore GIT_REPOSITORY https://github.com/TokTok/c-toxcore.git - GIT_TAG v0.2.20 + GIT_TAG v0.2.21 EXCLUDE_FROM_ALL )