engine/skybox/Cargo.toml

14 lines
265 B
TOML
Raw Normal View History

2025-02-28 14:13:19 +00:00
[package]
name = "skybox"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2024"
[dependencies]
anyhow.workspace = true
2025-03-01 17:05:27 +00:00
utilities.workspace = true
2025-03-04 17:34:44 +00:00
ecs.workspace = true
2025-02-28 14:13:19 +00:00
context = { path = "../context" }
2025-03-01 17:05:27 +00:00
engine = { path = "../engine" }