File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
content/posts/newsletter-016 Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments