diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-16 00:32:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-16 00:32:33 +0800 |
| commit | 9c01eb0a4b420ad519d43b3e42fa1864f1139a82 (patch) | |
| tree | e5d2b126a362c81ef62895fd4fdf1dc61d6aefa1 | |
| parent | 20dd9f182ec842a267fc48c72578c6169c121ccb (diff) | |
docs: add structural_renderer migration to roadmap
| -rw-r--r-- | docs/dev/pages/issues/0.5.0-roadmap.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/pages/issues/0.5.0-roadmap.md b/docs/dev/pages/issues/0.5.0-roadmap.md index 5238cae..83d872f 100644 --- a/docs/dev/pages/issues/0.5.0-roadmap.md +++ b/docs/dev/pages/issues/0.5.0-roadmap.md @@ -130,6 +130,10 @@ macro_rules! repack { repack!(MyType); ``` +9. **Breaking:** Move `structural_renderer` from `mingling_core` to `mingling` + +Mingling's Hook system is now complete, so there's no longer a need to hardcode `StructuralRenderer` into the core loop. The plan is to remove it from `exec.rs` and instead inject the Hook implementation via `StructuralRendererSetup`. + > [!Note] > Haha, hopefully we'll never have to use it. |
