From b3ead4f691dadca6d97e9d2783eb0ab3ada1693e Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Sat, 4 Jul 2026 01:42:31 +0300 Subject: [PATCH] chore(deps): bump acadrust to 063da6f (AcDs SAB blob handle-pairing fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes BIM 3D solids rendering at wrong positions — the AcDs SAB blob→solid pairing now follows handle order instead of object-stream order, so every solid gets its own geometry and body transform. Corrects the regression that broke 3D solids in 0.7.3 (they were correct in 0.7.2) and places wall/floor solids that previously piled near the origin. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d17433f9..4d24a513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.4.0" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#6d5c47b789355a36f2b07d520de0d587898cf4a5" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#063da6f23ca151a0b609b38daec51678b809744b" dependencies = [ "ahash 0.8.12", "anyhow",