From a8c368aef9bdb9887ad024884ded6f05a12ab21b Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Sat, 4 Jul 2026 14:48:15 +0300 Subject: [PATCH] chore(deps): bump acadrust to 4f0599a (ENC transparency field-order + opacity fix) Fixes entity transparency dropping to opaque on DWG read (e.g. the 85% area-highlight solids in Clinic_Architectural.dwg). The ENC codec read/wrote the transparency BL before the rgb BL (real order is rgb then transparency) and stored the on-disk opacity byte without inverting to the internal transparency-amount representation. 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 47b125d4..a1d526c9 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#c020801de7289a1f84ef5107117caf3b0c536f43" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#4f0599a91458b39b608a81a9d9a146299ee8b195" dependencies = [ "ahash 0.8.12", "anyhow",