aboutsummaryrefslogtreecommitdiff
path: root/crates/nres/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nres/Cargo.toml')
-rw-r--r--crates/nres/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml
index 7f85352..25f3494 100644
--- a/crates/nres/Cargo.toml
+++ b/crates/nres/Cargo.toml
@@ -5,3 +5,6 @@ edition = "2021"
[dependencies]
common = { path = "../common" }
+
+[target.'cfg(windows)'.dependencies]
+windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }