bevy_kill_my_cache 0.4.0

A plugin that kills your cache, but makes the Bevy scheduler go brrr
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bevy_kill_my_cache"
version = "0.4.0"
authors = ["Jan Hohenheim <jan@hohenheim.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plugin that kills your cache, but makes the Bevy scheduler go brrr"
readme = false
keywords = [
    "bevy",
    "cache",
    "kill",
    "my",
    "cache",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/janhohenheim/bevy_kill_my_cache"

[lib]
name = "bevy_kill_my_cache"
path = "src/lib.rs"

[dependencies.bevy]
version = "0.18.0"
default-features = false

[dependencies.paste]
version = "1"

[dependencies.rand]
version = "0.9"