Skip to content

Commit 1c01b61

Browse files
authored
N16: Add assets_manager (#391)
1 parent 99a9c06 commit 1c01b61

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
@@ -368,6 +368,23 @@ _Discussions:
368368
[toy benchmark]: https://git.sr.ht/~vlmutolo/rkyv-bench/tree/master/src/main.rs
369369
[architecture and internals of rkyv]: https://davidkoloski.me/blog/rkyv-architecture/
370370

371+
### [assets_manager] v0.4
372+
373+
[assets_manager] provides an convenient way to work with external files, making
374+
ressources caching and hot-reloading easy and straightforward.
375+
376+
This month was released version 0.4.0, bringing loads of improvements.
377+
378+
- A `Source` trait, to load assets from anywhere. It makes the crate usable in
379+
WebAssembly.
380+
- Assets that can load other assets, with a transparent integration with
381+
hot-reloading. Using a manifest file has never been so easy !
382+
- Improved perfomances
383+
- See the [full changelog][assets_manager_log] for more informations.
384+
385+
[assets_manager]: https://github.com/a1phyr/assets_manager
386+
[assets_manager_log]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0
387+
371388
### [rib]
372389

373390
![rib](rib.gif)

0 commit comments

Comments
 (0)