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

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).