From 1363b817eed41108acac22b760e338292678889d Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 19 Oct 2022 15:20:51 +0200 Subject: [PATCH] Add conandata for the 5.2.1 release Although there are no changes in CuraEngine since 5.2.0 The DigitalFactory uses the version from CuraEngine to display which Cura release was used --- conandata.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/conandata.yml b/conandata.yml index 8ca376c32d..973ca4086a 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,3 +1,20 @@ +"5.2.1": + requirements: + - "clipper/6.4.2" + - "boost/1.79.0" + - "rapidjson/1.1.0" + - "stb/20200203" + - "spdlog/1.10.0" + - "fmt/9.0.0" + - "range-v3/0.12.0" + requirements_arcus: + - "protobuf/3.21.4" + - "arcus/5.2.0" + - "zlib/1.2.12" + build_requirements_arcus: + - "protobuf/3.21.4" + build_requirements_testing: + - "gtest/1.12.1" "5.2.0-beta.2": requirements: - "clipper/6.4.2"