diff options
Diffstat (limited to 'examples/example-outside-type/page.toml')
| -rw-r--r-- | examples/example-outside-type/page.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-outside-type/page.toml b/examples/example-outside-type/page.toml new file mode 100644 index 0000000..41e543f --- /dev/null +++ b/examples/example-outside-type/page.toml @@ -0,0 +1,10 @@ +[example] +id = "example-outside-type" +name = "Outside Type" +icon = "🆕" +category = "advanced" +desc = """ +Demonstrates how to use the `group!()` macro to convert an external type into a type recognizable by Mingling +""" +tags = ["group!", "extra_macros"] +files = ["src/main.rs", "Cargo.toml"] |
