bevy_modloader 0.1.2

A library allowing you to load and unload Bevy mods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bevy_modloader"
description = "A library allowing you to load and unload Bevy mods"
license = "MIT OR Apache-2.0"
author = "Radiant"
version = "0.1.2"
edition = "2024"

[dependencies]
bevy_reflect = "^0.15"
bevy_config_system = { path = "../bevy_config_system", version = "^0.1" }
bevy_ecs = "^0.15"
bevy_utils = "^0.15"
bevy_app = "^0.15"
bevy_tasks = { version = "0.15.3", features = ["multi_threaded"]}
toml = "0.8.20"
parking_lot = "0.12.3"
zip = "4.2.0"