bevy_kill_my_cache 0.4.0

A plugin that kills your cache, but makes the Bevy scheduler go brrr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bevy_kill_my_cache"
version = "0.4.0"
edition = "2024"
authors = ["Jan Hohenheim <jan@hohenheim.ch>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/janhohenheim/bevy_kill_my_cache"
description = "A plugin that kills your cache, but makes the Bevy scheduler go brrr"
keywords = ["bevy", "cache", "kill", "my", "cache"]
categories = ["game-development"]

[dependencies]
bevy = { version = "0.18.0", default-features = false }
paste = "1"
rand = "0.9"