From b4e511a1ea1418e507a85449b1c464e4641df3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Fri, 4 Dec 2020 15:10:56 +0100 Subject: [PATCH 1/2] N16: Add assets_manager --- content/posts/newsletter-016/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 596bc54d1..8ec43bd5b 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -117,6 +117,23 @@ has also been updated to show the new helpers in action. [Ogmo Editor 3]: https://ogmo-editor-3.github.io/ [ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs +### [assets_manager] + +[assets_manager] provides an convenient way to work with external files, making +ressources caching and hot-reloading easy and straightforward. + +This month was released version 0.4.0, bringing loads of improvements. + +- A `Source` trait, to load assets from anywhere. It makes the crate usable in + WebAssembly. +- Assets that can load other assets, with a transparent integration with + hot-reloading. Using a manifest file has never been so easy ! +- Improved perfomances +- See the [full changelog] for more informations. + +[assets_manager]: https://github.com/a1phyr/assets_manager +[full changelog]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0 + ## Popular Workgroup Issues in Github From 1ddc4f297b9b76f1d69fe9c179e2a28eb205ff1c Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Mon, 7 Dec 2020 18:55:28 +0300 Subject: [PATCH 2/2] N16: assets_manager: Fmt tweaks --- content/posts/newsletter-016/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 8ec43bd5b..3da5d128d 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -117,7 +117,7 @@ has also been updated to show the new helpers in action. [Ogmo Editor 3]: https://ogmo-editor-3.github.io/ [ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs -### [assets_manager] +### [assets_manager] v0.4 [assets_manager] provides an convenient way to work with external files, making ressources caching and hot-reloading easy and straightforward. @@ -129,10 +129,10 @@ This month was released version 0.4.0, bringing loads of improvements. - Assets that can load other assets, with a transparent integration with hot-reloading. Using a manifest file has never been so easy ! - Improved perfomances -- See the [full changelog] for more informations. +- See the [full changelog][assets_manager_log] for more informations. [assets_manager]: https://github.com/a1phyr/assets_manager -[full changelog]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0 +[assets_manager_log]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0 ## Popular Workgroup Issues in Github