From efe550463d44019adb8ddc0f24f3d8ff9d7be0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Tue, 10 Jan 2023 17:03:11 +0100 Subject: [PATCH 1/2] N041: Add `assets_manager` --- content/news/041/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/news/041/index.md b/content/news/041/index.md index dfc587022..2698d602b 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -673,6 +673,21 @@ chat with the devs and the community on the public [Discord server][rust-gpu-dis [rust-gpu-dev-guide]: https://embarkstudios.github.io/rust-gpu/book/introduction.html [rust-gpu-discord]: https://discord.com/channels/750717012564770887/750717499737243679 +### [assets_manager] + +assets_manager ([github][assets_manager], [crates.io][assets_manager_crates]) +is a library to easily load and cache assets. It comes with support for multiple +file formats and out-of-the-box hot-reloading. + +The last release includes internals performance improvements and more flexibility +in the way to load assets. + +[Ggez bindings][ggez-assets_manager] were also updated to latest ggez version. + +[assets_manager]: https://github.com/a1phyr/assets_manager +[assets_manager_crates]: https://crates.io/crates/assets_manager +[ggez-assets_manager]: https://github.com/a1phyr/ggez-assets_manager + ## Popular Workgroup Issues in Github From 157198d5264f27949a168374a9d9d2cc1d364b81 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 12 Jan 2023 17:42:38 +0000 Subject: [PATCH 2/2] Update index.md --- content/news/041/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/041/index.md b/content/news/041/index.md index 2698d602b..fa80ad787 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -675,7 +675,7 @@ chat with the devs and the community on the public [Discord server][rust-gpu-dis ### [assets_manager] -assets_manager ([github][assets_manager], [crates.io][assets_manager_crates]) +assets_manager ([GitHub][assets_manager], [crates.io][assets_manager_crates]) is a library to easily load and cache assets. It comes with support for multiple file formats and out-of-the-box hot-reloading.