Skip to content

Commit b4e511a

Browse files
committed
N16: Add assets_manager
1 parent 2cda2b7 commit b4e511a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/posts/newsletter-016/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,23 @@ has also been updated to show the new helpers in action.
117117
[Ogmo Editor 3]: https://ogmo-editor-3.github.io/
118118
[ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs
119119

120+
### [assets_manager]
121+
122+
[assets_manager] provides an convenient way to work with external files, making
123+
ressources caching and hot-reloading easy and straightforward.
124+
125+
This month was released version 0.4.0, bringing loads of improvements.
126+
127+
- A `Source` trait, to load assets from anywhere. It makes the crate usable in
128+
WebAssembly.
129+
- Assets that can load other assets, with a transparent integration with
130+
hot-reloading. Using a manifest file has never been so easy !
131+
- Improved perfomances
132+
- See the [full changelog] for more informations.
133+
134+
[assets_manager]: https://github.com/a1phyr/assets_manager
135+
[full changelog]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0
136+
120137
## Popular Workgroup Issues in Github
121138

122139
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)