Files
protostar/single/Cargo.toml
2024-05-17 23:34:47 -04:00

17 lines
360 B
TOML

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