aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-24 16:46:45 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-24 16:46:45 +0800
commit11adad7db1b6202d5366527902c3f0a9fb90654f (patch)
tree76ecde96bf98686dfa2d5e9fb00f280794757363 /examples/example-custom-pickable/Cargo.toml
parent13699cfdccc901c2a7d53270f695384134ba2221 (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 'examples/example-custom-pickable/Cargo.toml')
-rw-r--r--examples/example-custom-pickable/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/example-custom-pickable/Cargo.toml b/examples/example-custom-pickable/Cargo.toml
index ca97c4a..9102c21 100644
--- a/examples/example-custom-pickable/Cargo.toml
+++ b/examples/example-custom-pickable/Cargo.toml
@@ -6,6 +6,4 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = [
- "parser",
-]
+features = ["parser", "extra_macros"]