forked from mirrors/gstreamer-rs
examples: Remove features
from [[bin]]
Solves the following warning: gstreamer-rs/examples/Cargo.toml: unused manifest key: bin.31.features Enabling features when a single bin is built is not supported, and users would have to manually select desired features anyway: -wayland cannot be used in conjunction with -egl thanks to the cfg_if.
This commit is contained in:
parent
d8cd01027e
commit
a310cf8842
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ required-features = ["ges"]
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "glupload"
|
name = "glupload"
|
||||||
required-features = ["gl"]
|
required-features = ["gl"]
|
||||||
features = ["gst-gl-egl", "gst-gl-wayland", "gst-gl-x11"]
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "subclass"
|
name = "subclass"
|
||||||
|
|
Loading…
Reference in a new issue