fledge_assets 0.2.3
fledge_assets: ^0.2.3 copied to clipboard
Ref-counted asset management for Fledge — handles, per-type asset storage, and optional native hot reload.
0.2.3 #
0.2.2 - 2026-09-21 #
0.2.1 - 2026-09-20 #
0.2.0 - 2026-09-20 #
Added #
- Initial release.
- Ref-counted
Handle<T>+ per-typeAssets<T>storage. Loader<T>interface with pluggable per-type loaders.- Optional native hot reload backed by
watcher.
0.1.0 - 2026-09-20 #
Features #
- fledge_assets: Initial release.
Handle<T>/HandleId, per-typeAssets<T>resource with ref-counted entries,Loader<T>interface, anAssetPluginthat gates optional native hot reload, and aHotReloadPollSystemthat drains file-change events intoAssets<T>.reload. Downstream packages (fledge_render_2d,fledge_audio,fledge_tiled) migrate their in-tree asset registries onto this in the same release.