mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 09:43:48 +00:00
threadshare: Also enable windows Win32_Networking_WinSock
feature
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2431>
This commit is contained in:
parent
fe4e355b9e
commit
aa4d9333b9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ getifaddrs = "0.2"
|
|||
libc = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Foundation", "Win32_Networking"] }
|
||||
windows-sys = { version = ">=0.52, <=0.60", features = ["Win32_Foundation", "Win32_Networking", "Win32_Networking_WinSock"] }
|
||||
|
||||
[dev-dependencies]
|
||||
gst-check.workspace = true
|
||||
|
|
Loading…
Reference in a new issue