forked from mirrors/gstreamer-rs
examples: Update to memfd 0.5
This commit is contained in:
parent
60a192d525
commit
a90aed0d41
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ glutin = { version = "0.28", optional = true }
|
||||||
once_cell = "1.0"
|
once_cell = "1.0"
|
||||||
image = { version = "0.24", optional = true }
|
image = { version = "0.24", optional = true }
|
||||||
memmap2 = { version = "0.5", optional = true }
|
memmap2 = { version = "0.5", optional = true }
|
||||||
memfd = { version = "0.4", optional = true }
|
memfd = { version = "0.5", optional = true }
|
||||||
uds = { version = "0.2", optional = true }
|
uds = { version = "0.2", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue