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 @@ -117,6 +117,23 @@ has also been updated to show the new helpers in action.
117
117
[ Ogmo Editor 3 ] : https://ogmo-editor-3.github.io/
118
118
[ ogmo3-sample ] : https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs
119
119
120
+ ### [ assets_manager]
121
+
122
+ [ assets_manager] provides an convenient way to work with external files, making
123
+ ressources caching and hot-reloading easy and straightforward.
124
+
125
+ This month was released version 0.4.0, bringing loads of improvements.
126
+
127
+ - A ` Source ` trait, to load assets from anywhere. It makes the crate usable in
128
+ WebAssembly.
129
+ - Assets that can load other assets, with a transparent integration with
130
+ hot-reloading. Using a manifest file has never been so easy !
131
+ - Improved perfomances
132
+ - See the [ full changelog] for more informations.
133
+
134
+ [ assets_manager ] : https://github.com/a1phyr/assets_manager
135
+ [ full changelog ] : https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0
136
+
120
137
## Popular Workgroup Issues in Github
121
138
122
139
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments