diff --git a/CMakeLists.txt b/CMakeLists.txt index 279281f..4ad8c19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright © 2025 CCP ehf. cmake_minimum_required(VERSION 3.30.1) -project(resources VERSION 3.1.0) +project(resources VERSION 3.1.1) include(cmake/CcpGlobalSettings.cmake) include(cmake/CcpTargetConfigurations.cmake) diff --git a/vcpkg.json b/vcpkg.json index bb2353a..fee8d3f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,16 +2,20 @@ "dependencies": [ { "name": "argparse", - "version>=": "2.2#0" + "version>=": "2.2" }, { - "name": "curl", - "version>=": "8.11.1#1" + "name": "bsdiff-drake127", + "version>=": "4.3.3#1" }, { "name": "cryptopp", "version>=": "8.9.0#1" }, + { + "name": "curl", + "version>=": "8.11.1#1" + }, { "name": "yaml-cpp", "version>=": "0.8.0#1" @@ -19,38 +23,34 @@ { "name": "zlib", "version>=": "1.3.1" - }, - { - "name": "bsdiff-drake127", - "version>=": "4.3.3" } ], "default-features": [ "tests" ], "features": { + "docs": { + "description": "Generate documentation", + "dependencies": [ + { + "name": "python3", + "host": true, + "version>=": "3.12.3#1" + } + ] + }, "tests": { "description": "Enable tests", "dependencies": [ { "name": "gtest", - "version>=": "1.15.2", - "host": true + "host": true, + "version>=": "1.15.2" }, { "name": "tiny-process-library", - "version>=": "2.0.4#3", - "host": true - } - ] - }, - "docs": { - "description": "Generate documentation", - "dependencies": [ - { - "name": "python3", - "version>=": "3.12.3", - "host": true + "host": true, + "version>=": "2.0.4#3" } ] } @@ -58,7 +58,7 @@ "overrides": [ { "name": "argparse", - "version": "2.2#0" + "version": "2.2" } ] }