aboutsummaryrefslogtreecommitdiff
path: root/examples/example-lazy-resources/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-lazy-resources/page.toml')
-rw-r--r--examples/example-lazy-resources/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-lazy-resources/page.toml b/examples/example-lazy-resources/page.toml
index d2c740f..46d5080 100644
--- a/examples/example-lazy-resources/page.toml
+++ b/examples/example-lazy-resources/page.toml
@@ -4,7 +4,7 @@ name = "Lazy Resources"
icon = "💤️"
category = "advanced"
desc = """
-Example Lazy Resources
+Demonstrates how to use `LazyRes<T>` for lazily initialized resources that only allocate when first accessed.
"""
tags = ["LazyRes<Res>"]
files = ["src/main.rs", "Cargo.toml"]