mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
onvif: Disable default features for the chrono dependency
We don't need all those. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/780>
This commit is contained in:
parent
19f69614a2
commit
939f37dec5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
|
|||
once_cell = "1.0"
|
||||
xmlparser = "0.13"
|
||||
minidom = "0.14"
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4", default-features = false }
|
||||
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] }
|
||||
pango = { git = "https://github.com/gtk-rs/gtk-rs-core" }
|
||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" }
|
||||
|
|
Loading…
Reference in a new issue