Files
protostar/protostar/Cargo.toml
2025-04-07 22:54:39 +02:00

38 lines
825 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 = "0.27.1"
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"