Revert "examples: Workaround for windows example build error"

This reverts commit c189a87af1.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1659>
This commit is contained in:
Sebastian Dröge 2025-03-03 12:49:30 +02:00
parent 1955bdf2e3
commit b4ec23f9fc

View file

@ -47,7 +47,7 @@ data-encoding = "2.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.60", features=["Win32_Graphics_Direct3D11",
"Win32_Foundation", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi",
"Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct2D", "Win32_Graphics_Gdi",
"Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct2D",
"Win32_Graphics_Direct2D_Common", "Win32_Graphics_DirectWrite",
"Win32_Graphics_Imaging", "Win32_System_Com", "Foundation_Numerics"], optional = true }
windows-numerics = "0.1"