Use an hashmap instead of symlinks for cache

This commit is contained in:
nik012003
2023-03-12 01:31:57 +01:00
parent 4f599d5af6
commit 28f73101a2
3 changed files with 447 additions and 244 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.38.1"
stardust-xr-molecules = "0.22.0"
tokio = { version = "1.24.1", features = ["full"] }