mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 08:45:27 +00:00
gstreamer: Update to cfg-if 1.0
This commit is contained in:
parent
2b87e5f51d
commit
80cd448340
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
cfg-if = "0.1"
|
cfg-if = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
glib-sys = "0.10"
|
glib-sys = "0.10"
|
||||||
gobject-sys = "0.10"
|
gobject-sys = "0.10"
|
||||||
|
|
Loading…
Reference in a new issue