Skip to content

Commit 6fa03e1

Browse files
committed
N16: Add assets_manager
1 parent 8375a71 commit 6fa03e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-016/index.md

+16
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)