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
35 lines
716 B
TOML
35 lines
716 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["app_grid", "hexagon_launcher", "protostar", "single", "sirius"]
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.47.1", features = ["rt", "tokio-macros", "sync"] }
|
|
serde = "1.0.219"
|
|
|
|
[workspace.dependencies.stardust-xr-fusion]
|
|
git = "https://github.com/StardustXR/core.git"
|
|
branch = "dev"
|
|
|
|
[workspace.dependencies.stardust-xr-molecules]
|
|
git = "https://github.com/StardustXR/molecules.git"
|
|
branch = "dev"
|
|
|
|
[workspace.dependencies.asteroids]
|
|
git = "https://github.com/StardustXR/asteroids.git"
|
|
branch = "dev"
|
|
|
|
[profile]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.wasm-dev]
|
|
inherits = "dev"
|
|
opt-level = 1
|
|
|
|
[profile.server-dev]
|
|
inherits = "dev"
|
|
|
|
[profile.android-dev]
|
|
inherits = "dev"
|