forked from mirrors/gstreamer-rs
examples: Updates to memmap2 0.9
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1337>
This commit is contained in:
parent
e531c7f565
commit
08efe21002
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", versio
|
||||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18", optional = true }
|
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18", optional = true }
|
||||||
glutin = { version = "0.29", optional = true }
|
glutin = { version = "0.29", optional = true }
|
||||||
image = { version = "0.24", optional = true, default-features = false, features = ["png", "jpeg"] }
|
image = { version = "0.24", optional = true, default-features = false, features = ["png", "jpeg"] }
|
||||||
memmap2 = { version = "0.8", optional = true }
|
memmap2 = { version = "0.9", optional = true }
|
||||||
memfd = { version = "0.6", optional = true }
|
memfd = { version = "0.6", optional = true }
|
||||||
uds = { version = "0.4", optional = true }
|
uds = { version = "0.4", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue