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
17 lines
408 B
TOML
17 lines
408 B
TOML
[package]
|
|
name = "app_grid"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.47.1", features = ["rt", "tokio-macros", "sync"] }
|
|
protostar = { path = "../protostar" }
|
|
color-eyre = "0.6.5"
|
|
clap = "4.5.46"
|
|
manifest-dir-macros = "0.1.18"
|
|
glam = "0.24.2"
|
|
tween = "2.1.0"
|
|
tracing-subscriber = "0.3.20"
|
|
stardust-xr-fusion = { workspace = true }
|
|
stardust-xr-molecules = { workspace = true }
|