mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Use clipper with Sentry support
Contributes to CURA-11482
This commit is contained in:
parent
0661fe5dcb
commit
34e7ea8185
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ class CuraConan(ConanFile):
|
|||
for req in self.conan_data["requirements_internal"]:
|
||||
self.requires(req)
|
||||
self.requires("cpython/3.10.4@ultimaker/stable")
|
||||
self.requires("clipper/6.4.2@ultimaker/cura_11482") # TODO: change channel to `testing` once merged
|
||||
self.requires("openssl/3.2.0")
|
||||
self.requires("boost/1.82.0")
|
||||
self.requires("spdlog/1.12.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue