mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:05:57 +08:00
Use clipper with Sentry support
Contributes to CURA-11482
This commit is contained in:
parent
0661fe5dcb
commit
34e7ea8185
@ -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…
x
Reference in New Issue
Block a user