max / audiofiles
1 file changed,
+1 insertion,
-1 deletion
| @@ -39,5 +39,5 @@ objc2-foundation = { version = "0.3", features = ["NSString", "NSURL", "NSArray" | |||
| 39 | 39 | objc2-app-kit = { version = "0.3", features = ["NSApplication", "NSWindow", "NSView", "NSDragging", "NSDraggingItem", "NSDraggingSession", "NSPasteboard", "NSEvent", "NSResponder", "NSGraphicsContext"] } | |
| 40 | 40 | ||
| 41 | 41 | [target.'cfg(target_os = "windows")'.dependencies] | |
| 42 | - | windows = { version = "0.62", features = ["Win32_Foundation", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_Memory", "Win32_System_SystemServices", "Win32_Graphics_Gdi"] } | |
| 42 | + | windows = { version = "0.62", features = ["Win32_Foundation", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_Memory", "Win32_System_SystemServices", "Win32_Graphics_Gdi", "Win32_Storage_FileSystem"] } | |
| 43 | 43 | windows-core = "0.62" |