Use an hashmap instead of symlinks for cache

This commit is contained in:
Nova
2023-05-11 00:18:38 -04:00
parent d41e34d746
commit 3fbeebd594
3 changed files with 179 additions and 13 deletions

View File

@@ -20,6 +20,9 @@ nix = "0.26.1"
regex = "1.7.1"
resvg = "0.29.0"
rustc-hash = "1.1.0"
serde = "1.0.155"
serde_json = "1.0.94"
serde_with = "2.3.1"
stardust-xr-fusion = "0.40.2"
stardust-xr-molecules = "0.24.3"
tokio = { version = "1.24.1", features = ["full"] }