File tree 1 file changed +16
-0
lines changed
content/posts/newsletter-016
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.
67
67
68
68
## Library & Tooling Updates
69
69
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
+
70
86
## Popular Workgroup Issues in Github
71
87
72
88
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments