From 572415485eb678de713150d7ebf1d7fe1d707983 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Thu, 11 Jun 2026 23:38:31 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20acadrust=20=E2=80=94=203DSOLID?= =?UTF-8?q?=20AcDs=20geometry=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Loads ACIS/ASM modeler geometry for 3DSOLID/REGION/BODY from the AcDs data store (AutoCAD 2013+), so solids stored there now render instead of coming through empty. 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 53318b57..8394ff13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.3.4" -source = "git+https://github.com/HakanSeven12/acadrust?branch=main#33b43e0b1922fa3fd18cd1e6a6752a5e27209cc1" +source = "git+https://github.com/HakanSeven12/acadrust?branch=main#0e6765f9237b0b43d7dfef751e79b54141bbe32a" dependencies = [ "ahash", "anyhow",