Skip to content

Commit 3cd7c76

Browse files
N041: Add assets_manager (#1261)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent a3fd2b9 commit 3cd7c76

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/news/041/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,21 @@ chat with the devs and the community on the public [Discord server][rust-gpu-dis
695695
[rust-gpu-dev-guide]: https://embarkstudios.github.io/rust-gpu/book/introduction.html
696696
[rust-gpu-discord]: https://discord.com/channels/750717012564770887/750717499737243679
697697

698+
### [assets_manager]
699+
700+
assets_manager ([GitHub][assets_manager], [crates.io][assets_manager_crates])
701+
is a library to easily load and cache assets. It comes with support for multiple
702+
file formats and out-of-the-box hot-reloading.
703+
704+
The last release includes internals performance improvements and more flexibility
705+
in the way to load assets.
706+
707+
[Ggez bindings][ggez-assets_manager] were also updated to latest ggez version.
708+
709+
[assets_manager]: https://github.com/a1phyr/assets_manager
710+
[assets_manager_crates]: https://crates.io/crates/assets_manager
711+
[ggez-assets_manager]: https://github.com/a1phyr/ggez-assets_manager
712+
698713
## Popular Workgroup Issues in Github
699714

700715
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)