@@ -6,24 +6,35 @@ license = "MIT"
66
77[target .'cfg(windows)' .dependencies ]
88windows = { workspace = true , features = [
9- " System" ,
10- " Graphics_Capture" ,
11- " Graphics_DirectX_Direct3D11" ,
12- " Foundation_Metadata" ,
13- " Win32_Graphics_Gdi" ,
14- " Win32_Graphics_Direct3D" ,
15- " Win32_Graphics_Direct3D11" ,
16- " Win32_Graphics_Dxgi_Common" ,
17- " Win32_System_Com" ,
18- " Win32_System_Threading" ,
19- " Win32_System_WinRT_Direct3D11" ,
20- " Win32_System_WinRT_Graphics_Capture" ,
21- " Win32_UI_WindowsAndMessaging" ,
9+ " System" ,
10+ " Graphics_Capture" ,
11+ " Graphics_DirectX_Direct3D11" ,
12+ " Foundation_Metadata" ,
13+ " Win32_Graphics_Gdi" ,
14+ " Win32_Graphics_Direct3D" ,
15+ " Win32_Graphics_Direct3D11" ,
16+ " Win32_Graphics_Dxgi_Common" ,
17+ " Win32_Graphics_Dxgi" ,
18+ " Win32_System_Com" ,
19+ " Win32_System_Com_StructuredStorage" ,
20+ " Win32_System_Ole" ,
21+ " Win32_System_Threading" ,
22+ " Win32_System_WinRT_Direct3D11" ,
23+ " Win32_System_WinRT_Graphics_Capture" ,
24+ " Win32_UI_WindowsAndMessaging" ,
25+ " Win32_Media_MediaFoundation" ,
26+ " Win32_Media_DxMediaObjects" ,
27+ " Win32_Foundation" ,
28+ " Foundation_Collections" ,
29+ " Win32_System_Variant" ,
30+ " Storage_Search" ,
31+ " Storage_Streams" ,
2232] }
2333
2434[dev-dependencies ]
2535scap-targets = { path = " ../scap-targets" }
2636scap-ffmpeg = { path = " ../scap-ffmpeg" }
37+ windows-numerics = " 0.2.0"
2738
2839[lints ]
2940workspace = true
0 commit comments