v0.3.3
Fixes
- Ship
JoltPhysics/Build/in the tarball.0.3.2'sfiles:allowlist includedJoltPhysics/Jolt/but notJoltPhysics/Build/. TheBuild/directory has a confusing name — it's not a build output dir, it's where Jolt's primaryCMakeLists.txtlives, andbloom_jolt's shim doesadd_subdirectory(.../Build)to consume it. Without it, downstream consumers hitJoltPhysics submodule not found(misleading: the submodule was present, just incomplete).
If you installed @bloomengine/engine@0.3.2 and saw a Jolt-not-found error from Perry's compile step, upgrade to 0.3.3 — that's the fix.
Tarball grew ~10% (2.0 → 2.2 MB packed). The Jolt extras we still don't ship (TestFramework/, UnitTests/, Samples/, Docs/, Assets/, etc.) are guarded by a CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR check inside Build/CMakeLists.txt and only fire for standalone Jolt builds, so they're genuinely not needed when consuming Jolt via add_subdirectory.