Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ let package = Package(
// orientation #170, concave/convex/edges(where:) #171) are unchanged.
// 1.8.0 adds Exporter.writeBREP(allowInvalid:) for the load-brep /
// import `--allow-invalid` flags (OCCTMCP #41).
occtDep("OCCTSwift", from: "1.12.7"), // ≥1.12.7: kernel crash fixes (fillet #298, free-bounds #310, ShapeFix_Face null-context #317)
occtDep("OCCTSwift", from: "1.12.9"), // ≥1.12.9: OCCT kernel crash/hang fixes through #318 and #323 (patches 0003-0009)
// RenderPreview rasterizes through Viewport's OffscreenRenderer.
// Floored at v1.0.4: v1.0.3 fixes an uncatchable quantize() crash on
// body load (Viewport #30) and v1.0.4 makes the published Viewport
Expand Down
Loading