blob: 46d50800d4bab6fcb5951afabf91abee5bf589fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-lazy-resources"
name = "Lazy Resources"
icon = "💤️"
category = "advanced"
desc = """
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"]
|