engine/loading-screen/Cargo.toml

10 lines
198 B
TOML
Raw Permalink 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>"]
edition = "2021"
[dependencies]
context = { path = "../context" }
anyhow = { workspace = true }