Skip to main content

max / audiofiles

Add Win32_Storage_FileSystem feature for Windows builds The export_screens disk space check uses Win32::Storage::FileSystem which requires this feature gate on the windows crate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-10 17:45 UTC
Commit: b61d8603f64a0845d2a4ae94374e21177936c4f6
Parent: ddaa48b
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"