Skip to content

Commit fa61a64

Browse files
committed
Merge branch 'mediafoundation-encoder'
2 parents d39b4ee + db4950c commit fa61a64

File tree

5 files changed

+1237
-49
lines changed

5 files changed

+1237
-49
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/scap-direct3d/Cargo.toml

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,35 @@ license = "MIT"
66

77
[target.'cfg(windows)'.dependencies]
88
windows = { 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]
2535
scap-targets = { path = "../scap-targets" }
2636
scap-ffmpeg = { path = "../scap-ffmpeg" }
37+
windows-numerics = "0.2.0"
2738

2839
[lints]
2940
workspace = true

0 commit comments

Comments
 (0)