build(deps): update AcadIfc revision

Pull the default multileader and table style initialization from AcadIfc.

Refs #523
This commit is contained in:
Hakan Seven 2026-07-27 18:19:56 +03:00
commit 3d90450b3f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -75,7 +75,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
[[package]]
name = "acadrust"
version = "0.4.0"
source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=4afb27d#4afb27db9a15d5f94b117b881e44a3c0e6c91795"
source = "git+https://github.com/OpenAEC-Foundation/acadifc.git?rev=a66b0d9#a66b0d994c052e446fd0d6168bef9ec2b2aceed8"
dependencies = [
"ahash 0.8.12",
"anyhow",

View file

@ -91,7 +91,7 @@ windows-sys = { version = "0.61", features = ["Win32_UI_Shell", "Win32_UI_Window
[patch.crates-io]
# Track standard DWG object relationships used by the scene integration.
acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "4afb27d" }
acadrust = { git = "https://github.com/OpenAEC-Foundation/acadifc.git", rev = "a66b0d9" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Native enables the plugin host runtime (out-of-process plugins).