Skip to content

Commit 557ef1c

Browse files
committed
Update examples/README.md
1 parent c56ef59 commit 557ef1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Example | Description
237237
[Extra asset source](../examples/asset/extra_source.rs) | Load an asset from a non-standard asset source
238238
[Hot Reloading of Assets](../examples/asset/hot_asset_reloading.rs) | Demonstrates automatic reloading of assets when modified on disk
239239
[Mult-asset synchronization](../examples/asset/multi_asset_sync.rs) | Demonstrates how to wait for multiple assets to be loaded.
240+
[Reflect-deserialized asset](../examples/asset/reflect_deserialized_asset.rs) | Loading an asset via reflection which refers to other assets or a type-erased value
240241
[Repeated texture configuration](../examples/asset/repeated_texture.rs) | How to configure the texture to repeat instead of the default clamp to edges
241242

242243
## Async Tasks

0 commit comments

Comments
 (0)