File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/posts/newsletter-016 Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,22 @@ If needed, a section can be split into subsections with a "------" delimiter.
6767
6868## Library & Tooling Updates
6969
70+ ### [ assets_manager]
71+
72+ [ assets_manager] provides an convenient way to work with external files, making
73+ ressources caching and hot-reloading easy and straightforward.
74+
75+ This month was released version 0.4.0, bringing loads of improvements.
76+ - A ` Source ` trait, to load assets from anywhere. It makes the crate usable in
77+ WebAssembly.
78+ - Assets that can load other assets, with a transparent integration with
79+ hot-reloading. Using a manifest file has never been so easy !
80+ - Improved perfomances
81+ - See the [ full changelog] for more informations.
82+
83+ [ assets_manager ] : https://github.com/a1phyr/assets_manager
84+ [ full changelog ] : https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0
85+
7086## Popular Workgroup Issues in Github
7187
7288<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments