Files
protostar/hexagon_launcher/Cargo.toml
2024-02-09 13:10:26 -05:00

19 lines
439 B
TOML

[package]
name = "hexagon_launcher"
version = "0.1.0"
edition = "2021"
[dependencies]
protostar = { path = "../protostar" }
color-rs = "0.8.0"
color-eyre = "0.6.2"
clap = "4.4.6"
manifest-dir-macros = "0.1.18"
glam = { version = "0.25.0", features = ["mint"] }
mint = "0.5.9"
tween = "2.0.1"
tracing-subscriber = "0.3.17"
tokio = { workspace = true }
stardust-xr-fusion = { workspace = true }
stardust-xr-molecules = { workspace = true }