engine/loading-screen/Cargo.toml
2025-03-05 08:13:41 +01:00

10 lines
219 B
TOML

[package]
name = "loading_screen"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2024"
[dependencies]
context = { path = "../context" }
anyhow = { workspace = true }
ecs.workspace = true