From 68a41ddb5c27078bdc2be40030fc61fee8dd8386 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 2 Oct 2024 04:31:43 +0200 Subject: [PATCH] Update emsdk dependency and add version constraint Changed the emsdk version to a more specific range to ensure compatibility. Included reference for future adjustments post-merge of the related pull request. Contribute to NP-346 --- profiles/cura_wasm.jinja | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/cura_wasm.jinja b/profiles/cura_wasm.jinja index fe4c0ad..f5bbbd7 100644 --- a/profiles/cura_wasm.jinja +++ b/profiles/cura_wasm.jinja @@ -1,7 +1,8 @@ include(cura.jinja) [tool_requires] -emsdk/3.1.50 +# change to main once merged https://github.com/Ultimaker/conan-ultimaker-index/pull/14 +emsdk/[>=3.1.65]@ultimaker/np_346 [settings] os=Emscripten @@ -12,4 +13,4 @@ tools.build:skip_test=True [options] curaengine:enable_plugins=False -curaengine:enable_arcus=False \ No newline at end of file +curaengine:enable_arcus=False