Touch up etcetera cache dir code

This commit is contained in:
David Tolnay 2025-03-02 22:43:27 -08:00
parent 36dbffb78c
commit 4317adcaf1
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 30 additions and 56 deletions

View file

@ -37,7 +37,7 @@ termcolor = "1.0"
toml = "0.8"
toolchain_find = "0.4"
[target.'cfg(windows)'.dependencies]
[target.'cfg(all(windows, not(target_vendor = "uwp")))'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell"] }
[package.metadata.docs.rs]