mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
examples: Update to memfd 0.6
This commit is contained in:
parent
50f3eee8eb
commit
2c373f5d24
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ glutin = { version = "0.28", optional = true }
|
|||
once_cell = "1.0"
|
||||
image = { version = "0.24", optional = true }
|
||||
memmap2 = { version = "0.5", optional = true }
|
||||
memfd = { version = "0.5", optional = true }
|
||||
memfd = { version = "0.6", optional = true }
|
||||
uds = { version = "0.2", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
|
Loading…
Reference in a new issue