Files
phos-neo/engine/asset_loader/Cargo.toml
Amatsugu 94b85c9cf7 update to bevy 0.16.0
Need to wait for asset_loader upate full release
Need to refactor Prefab system to use the new relationships
2025-04-29 14:35:19 -04:00

14 lines
253 B
TOML

[package]
name = "asset_loader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0.204"
serde_json = "1.0.120"
bevy = "0.16.0"
ron = "0.8.1"