From b48327eaa5ed8317d51d38f9d99ef6801aca1bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Thu, 6 Jan 2022 01:37:24 +0100 Subject: [PATCH 1/2] N29: assets_manager --- content/news/029/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/news/029/index.md b/content/news/029/index.md index ca75eeee8..997c81eec 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -75,6 +75,22 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [assets_manager] + +[assets_manager] provides a high-level API to load and cache external resources +with a focus on performance and hot-reloading. + +In addition to built-in support for new formats like WebP, glTF and fonts, +[version 0.7] brings a few quality of life improvements. Additionnally, +hot-reloading is now supported for custom asset sources. + +These features led to a new crate: [ggez-assets_manager], whose goal is to ease +use of assets_manager with ggez engine ! + +[assets_manager]: https://github.com/a1phyr/assets_manager/ +[version 0.7]: https://github.com/a1phyr/assets_manager/releases/tag/0.7.0 +[ggez-assets_manager]: https://github.com/a1phyr/ggez-assets_manager/ + ## Popular Workgroup Issues in Github From fff3dc1673dde9621c82f2ad36359883d7c7ca3e Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 6 Jan 2022 10:21:12 +0000 Subject: [PATCH 2/2] Update content/news/029/index.md --- content/news/029/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index 997c81eec..b53946747 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -85,7 +85,7 @@ In addition to built-in support for new formats like WebP, glTF and fonts, hot-reloading is now supported for custom asset sources. These features led to a new crate: [ggez-assets_manager], whose goal is to ease -use of assets_manager with ggez engine ! +use of assets_manager with ggez engine! [assets_manager]: https://github.com/a1phyr/assets_manager/ [version 0.7]: https://github.com/a1phyr/assets_manager/releases/tag/0.7.0