Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cd7c76

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

File tree

1 file changed

+15
-0
lines changed
Filter options

1 file changed

+15
-0
lines changed

‎content/news/041/index.md

Copy file name to clipboardExpand all lines: content/news/041/index.md
+15Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.