chore(deps): bump acadrust to 6d5c47b (issue 225 — DWG opens in strict readers)
Pulls the acadrust fixes that make a saved DWG containing 3D solids open cleanly in a strict conformance reader: the AcDsPrototype datastore section is now built correctly (segment-header ds_version, datidx, and the handle-sorted search index) so 3D solids keep their geometry instead of being dropped, and a dim-style/block handle collision on read is repaired so layouts round-trip. Validated end-to-end on two real 107- and 273-solid files. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
c3e86d08cc
commit
313a0eacfd
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -71,7 +71,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
|
|||
[[package]]
|
||||
name = "acadrust"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/HakanSeven12/acadrust?branch=main#9142a501ddd603c473fb619c84bf01563e8a3599"
|
||||
source = "git+https://github.com/HakanSeven12/acadrust?branch=main#6d5c47b789355a36f2b07d520de0d587898cf4a5"
|
||||
dependencies = [
|
||||
"ahash 0.8.12",
|
||||
"anyhow",
|
||||
|
|
|
|||
Loading…
Reference in a new issue