engine/skybox/Cargo.toml

12 lines
211 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
ecs = { path = "../ecs" }
context = { path = "../context" }