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 1c01b61

Browse filesBrowse files
authored
N16: Add assets_manager (rust-gamedev#391)
1 parent 99a9c06 commit 1c01b61
Copy full SHA for 1c01b61

File tree

1 file changed

+17
-0
lines changed
Filter options

1 file changed

+17
-0
lines changed

‎content/posts/newsletter-016/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-016/index.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,23 @@ _Discussions:
368368
[toy benchmark]: https://git.sr.ht/~vlmutolo/rkyv-bench/tree/master/src/main.rs
369369
[architecture and internals of rkyv]: https://davidkoloski.me/blog/rkyv-architecture/
370370

371+
### [assets_manager] v0.4
372+
373+
[assets_manager] provides an convenient way to work with external files, making
374+
ressources caching and hot-reloading easy and straightforward.
375+
376+
This month was released version 0.4.0, bringing loads of improvements.
377+
378+
- A `Source` trait, to load assets from anywhere. It makes the crate usable in
379+
WebAssembly.
380+
- Assets that can load other assets, with a transparent integration with
381+
hot-reloading. Using a manifest file has never been so easy !
382+
- Improved perfomances
383+
- See the [full changelog][assets_manager_log] for more informations.
384+
385+
[assets_manager]: https://github.com/a1phyr/assets_manager
386+
[assets_manager_log]: https://github.com/a1phyr/assets_manager/releases/tag/v0.4.0
387+
371388
### [rib]
372389

373390
![rib](rib.gif)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.