bevy-cache 0.2.2

A caching layer for Bevy assets with manifest persistence, expiry, and per-entry max age support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**/target

*.lock


# testing
/testing

/test-data


# folders starting with a .
.github/**[^workflows]/**

.cargo/**


# Criterion data
**/reports

*.html