File tree 1 file changed +17
-0
lines changed
content/posts/newsletter-016
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,23 @@ _Discussions:
368
368
[ toy benchmark ] : https://git.sr.ht/~vlmutolo/rkyv-bench/tree/master/src/main.rs
369
369
[ architecture and internals of rkyv ] : https://davidkoloski.me/blog/rkyv-architecture/
370
370
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
+
371
388
### [ rib]
372
389
373
390
![ rib] ( rib.gif )
You can’t perform that action at this time.
0 commit comments