Skip to content

Commit 25cfc1e

Browse files
N29: assets_manager (#890)
Co-authored-by: Joe Clay <[email protected]>
1 parent 7601dc7 commit 25cfc1e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: content/news/029/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@ _Discussions:
9797

9898
## Library Updates
9999

100+
### [assets_manager]
101+
102+
[assets_manager] provides a high-level API to load and cache external resources
103+
with a focus on performance and hot-reloading.
104+
105+
In addition to built-in support for new formats like WebP, glTF and fonts,
106+
[version 0.7] brings a few quality of life improvements. Additionnally,
107+
hot-reloading is now supported for custom asset sources.
108+
109+
These features led to a new crate: [ggez-assets_manager], whose goal is to ease
110+
use of assets_manager with ggez engine!
111+
112+
[assets_manager]: https://github.com/a1phyr/assets_manager/
113+
[version 0.7]: https://github.com/a1phyr/assets_manager/releases/tag/0.7.0
114+
[ggez-assets_manager]: https://github.com/a1phyr/ggez-assets_manager/
115+
100116
## Popular Workgroup Issues in Github
101117

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

0 commit comments

Comments
 (0)