Skip to content

Commit f3f25a2

Browse files
committed
fix: Add missing Win32_Storage_FileSystem feature dep
1 parent 1ed30b6 commit f3f25a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ home = "0.5.11"
6464
im-rc = "15.1.0"
6565
ureq = { version = "3.0.10", default-features = false, optional = true }
6666
native-tls = { version = "0.2.14", optional = true }
67-
windows-sys = { version = "0.59.0", features = ["Win32_Storage"] }
67+
windows-sys = { version = "0.59.0", features = ["Win32_Storage", "Win32_Storage_FileSystem"] }
6868
rand = "0.9.0"
6969
dioxus-sdk = { version = "0.6.0", default-features = false, features = ["clipboard"] }
7070

0 commit comments

Comments
 (0)