fix: hexagon spiral upgrade: asteroids for hotpatch refactor: better icon handling feat: cache icons fix(hexagon): refinement fix(hexagon): field transform refactor: broken mess ahaha fix(single): it woooorks!!! fix: hexagon launcher!!! refactor(hexagon_launcher): skip instrumentation dbg fix: sirius refactor: make it FAST on asteroids
22 lines
478 B
TOML
22 lines
478 B
TOML
[package]
|
|
name = "single"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.88"
|
|
|
|
[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"
|
|
mint = "0.5.9"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.17"
|
|
tokio = { workspace = true }
|
|
serde = { workspace = true }
|
|
stardust-xr-fusion = { workspace = true }
|
|
stardust-xr-molecules = { workspace = true }
|
|
asteroids = { workspace = true }
|