engine/skybox/Cargo.toml
2025-02-28 15:13:19 +01:00

11 lines
211 B
TOML

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