Files
protostar/protostar/Cargo.toml
Nova b03a345bf3 refactor: make everything asteroids
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
2025-08-31 21:46:43 -07:00

38 lines
863 B
TOML

[package]
name = "protostar"
version = "0.4.0"
edition = "2024"
[dependencies]
clap = { version = "4.1.3", features = ["derive"] }
color-eyre = "0.6.2"
directories = "5.0.0"
dirs = "5.0.0"
ez-pixmap = "0.2.2"
freedesktop-icons-greedy = "0.2.6"
glam = { version = "0.24.0", features = ["mint"] }
image = "0.24.5"
itertools = "0.12.0"
lazy_static = "1.4.0"
linicon-theme = "1.2.0"
manifest-dir-macros = "0.1.16"
mint = "0.5.9"
nix = { version = "0.27.1", features = ["process"] }
regex = "1.7.1"
resvg = "0.29.0"
rustc-hash = "1.1.0"
serde = "1.0.155"
serde_with = "3.4.0"
toml = "0.8.2"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tween = "2.0.0"
ustr = "0.10.0"
walkdir = "2.3.3"
tokio = { workspace = true }
stardust-xr-fusion = { workspace = true }
stardust-xr-molecules = { workspace = true }
[dev-dependencies]
tempdir = "0.3.7"