We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed30b6 commit f3f25a2Copy full SHA for f3f25a2
Cargo.toml
@@ -64,7 +64,7 @@ home = "0.5.11"
64
im-rc = "15.1.0"
65
ureq = { version = "3.0.10", default-features = false, optional = true }
66
native-tls = { version = "0.2.14", optional = true }
67
-windows-sys = { version = "0.59.0", features = ["Win32_Storage"] }
+windows-sys = { version = "0.59.0", features = ["Win32_Storage", "Win32_Storage_FileSystem"] }
68
rand = "0.9.0"
69
dioxus-sdk = { version = "0.6.0", default-features = false, features = ["clipboard"] }
70
0 commit comments