File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,22 @@ _Discussions:
97
97
98
98
## Library Updates
99
99
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
+
100
116
## Popular Workgroup Issues in Github
101
117
102
118
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments