diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-24 16:46:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-24 16:46:45 +0800 |
| commit | 11adad7db1b6202d5366527902c3f0a9fb90654f (patch) | |
| tree | 76ecde96bf98686dfa2d5e9fb00f280794757363 /mling | |
| parent | 13699cfdccc901c2a7d53270f695384134ba2221 (diff) | |
Move entry, route, and program_setup macros to extra_macros feature
Remove these macros from the prelude and gate them behind the
`extra_macros` feature flag. Update examples and documentation
to enable the new feature where these macros are used.
Diffstat (limited to 'mling')
| -rw-r--r-- | mling/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml index 4dfa31e..2d01bdf 100644 --- a/mling/Cargo.toml +++ b/mling/Cargo.toml @@ -16,6 +16,7 @@ mingling = { path = "../mingling", features = [ "parser", "comp", "general_renderer", + "extra_macros", ] } serde = { version = "1", features = ["derive"] } |
