Galactica/crates/shipbehavior/Cargo.toml

10 lines
199 B
TOML
Raw Normal View History

2024-01-01 11:40:31 -08:00
[package]
name = "galactica-shipbehavior"
version = "0.0.0"
edition = "2021"
[dependencies]
galactica-content = { path = "../content" }
galactica-physics = { path = "../physics" }
cgmath = "0.18.0"