engine/loading-screen/Cargo.toml

11 lines
219 B
TOML
Raw Normal View History

2024-08-23 11:22:09 +00:00
[package]
name = "loading_screen"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
2025-02-26 07:39:19 +00:00
edition = "2024"
2024-08-23 11:22:09 +00:00
[dependencies]
context = { path = "../context" }
anyhow = { workspace = true }
2025-03-05 07:13:41 +00:00
ecs.workspace = true