diff options
Diffstat (limited to 'docs/example-pages/examples.json')
| -rw-r--r-- | docs/example-pages/examples.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index 4db968c..9022066 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -205,6 +205,20 @@ ] }, { + "id": "example-lazy-resources", + "name": "Lazy Resources", + "icon": "💤️", + "category": "advanced", + "desc": "Example Lazy Resources\n", + "tags": [ + "LazyRes<Res>" + ], + "files": [ + "src/main.rs", + "Cargo.toml" + ] + }, + { "id": "example-panic-unwind", "name": "Panic Unwind", "icon": "💥", |
