Update minimum supported Rust version to 1.70

gtk-rs will update soonish too.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1280>
This commit is contained in:
Sebastian Dröge 2023-07-19 09:19:34 +03:00
parent 5532ea5d2a
commit 31b1cb8ca6
44 changed files with 44 additions and 44 deletions

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Rust Audio Effects Plugin" description = "GStreamer Rust Audio Effects Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer Claxon FLAC Decoder Plugin" description = "GStreamer Claxon FLAC Decoder Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Audio Filter plugin based on Csound" description = "GStreamer Audio Filter plugin based on Csound"
[dependencies] [dependencies]

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer lewton Vorbis Decoder Plugin" description = "GStreamer lewton Vorbis Decoder Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Spotify Plugin" description = "GStreamer Spotify Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer Rust File Source/Sink Plugin" description = "GStreamer Rust File Source/Sink Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
url = "2" url = "2"

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "GStreamer plugin for libsodium-based file encryption and decryption" description = "GStreamer plugin for libsodium-based file encryption and decryption"
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package="gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package="gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ license = "LGPL-2.1-or-later"
description = "GStreamer Threadshare Plugin" description = "GStreamer Threadshare Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
async-task = "4.3.0" async-task = "4.3.0"

View file

@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Rust FLV Plugin" description = "GStreamer Rust FLV Plugin"
[dependencies] [dependencies]

View file

@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Fragmented MP4 Plugin" description = "GStreamer Fragmented MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"

View file

@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin" description = "GStreamer Rust MP4 Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"

View file

@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Amazon Web Services plugin" description = "GStreamer Amazon Web Services plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
async-stream = "0.3.4" async-stream = "0.3.4"

View file

@ -6,7 +6,7 @@ version = "0.11.0-alpha.1"
authors = ["Rafael Caricio <rafael@caricio.com>"] authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer NewTek NDI Plugin" description = "GStreamer NewTek NDI Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
glib = { git = "https://github.com/gtk-rs/gtk-rs-core"} glib = { git = "https://github.com/gtk-rs/gtk-rs-core"}

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Rust ONVIF Plugin" description = "GStreamer Rust ONVIF Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "GStreamer RaptorQ FEC Plugin" description = "GStreamer RaptorQ FEC Plugin"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer reqwest HTTP Source Plugin" description = "GStreamer reqwest HTTP Source Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
url = "2.1" url = "2.1"

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
description = "GStreamer Rust RTP Plugin" description = "GStreamer Rust RTP Plugin"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
bitstream-io = "1.3" bitstream-io = "1.3"

View file

@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>", "Thibault Saunier <t
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer plugin for high level WebRTC elements and a simple signaling server" description = "GStreamer plugin for high level WebRTC elements and a simple signaling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { git="https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", package = "gstreamer", features = ["v1_20", "serde"] } gst = { git="https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", package = "gstreamer", features = ["v1_20", "serde"] }

View file

@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer WebRTC sink default protocol" description = "GStreamer WebRTC sink default protocol"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }

View file

@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer WebRTC sink signalling server" description = "GStreamer WebRTC sink signalling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
description = "GStreamer WebRTC Plugin for WebRTC HTTP protocols (WHIP/WHEP)" description = "GStreamer WebRTC Plugin for WebRTC HTTP protocols (WHIP/WHEP)"
rust-version = "1.66" rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Plugin for displaying upcoming text buffers ahead of time" description = "GStreamer Plugin for displaying upcoming text buffers ahead of time"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"] authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer JSON Plugin" description = "GStreamer JSON Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"

View file

@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"] authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Regular Expression Plugin" description = "GStreamer Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"

View file

@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"] authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Text Wrap Plugin" description = "GStreamer Text Wrap Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"

View file

@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Rust Tutorial Plugin" description = "GStreamer Rust Tutorial Plugin"
[dependencies] [dependencies]

View file

@ -5,7 +5,7 @@ authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jan Schmidt <jan@cen
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Fallback Switcher and Source Plugin" description = "GStreamer Fallback Switcher and Source Plugin"
[dependencies] [dependencies]

View file

@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "Livesync Plugin" description = "Livesync Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true } gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }

View file

@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "GStreamer Toggle Record Plugin" description = "GStreamer Toggle Record Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
description = "GStreamer Rust tracers plugin" description = "GStreamer Rust tracers plugin"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
description = "GStreamer Playlist Playback Plugin" description = "GStreamer Playlist Playback Plugin"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -10,7 +10,7 @@ license = "MIT"
homepage = "https://gstreamer.freedesktop.org" homepage = "https://gstreamer.freedesktop.org"
keywords = ["gstreamer", "multimedia", "cargo"] keywords = ["gstreamer", "multimedia", "cargo"]
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer CDG codec Plugin" description = "GStreamer CDG codec Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"] authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Rust Closed Caption Plugin" description = "GStreamer Rust Closed Caption Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"

View file

@ -3,7 +3,7 @@ name = "gst-plugin-dav1d"
version = "0.11.0-alpha.1" version = "0.11.0-alpha.1"
authors = ["Philippe Normand <philn@igalia.com>"] authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer dav1d AV1 decoder Plugin" description = "GStreamer dav1d AV1 decoder Plugin"

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer FFV1 Decoder Plugin" description = "GStreamer FFV1 Decoder Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
byte-slice-cast = "1" byte-slice-cast = "1"

View file

@ -5,7 +5,7 @@ authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer GIF plugin" description = "GStreamer GIF plugin"
[dependencies] [dependencies]

View file

@ -5,7 +5,7 @@ authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jo
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer GTK 4 Sink element and Paintable widget" description = "GStreamer GTK 4 Sink element and Paintable widget"
[dependencies] [dependencies]

View file

@ -5,7 +5,7 @@ authors = ["Julien Bardagi <julien.bardagi@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer plugin with HSV manipulation elements" description = "GStreamer plugin with HSV manipulation elements"
[dependencies] [dependencies]

View file

@ -5,7 +5,7 @@ authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer Rust PNG encoder/decoder" description = "GStreamer Rust PNG encoder/decoder"
[dependencies] [dependencies]

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "GStreamer rav1e AV1 Encoder Plugin" description = "GStreamer rav1e AV1 Encoder Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }

View file

@ -6,7 +6,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"
description = "GStreamer Rust Video Effects Plugin" description = "GStreamer Rust Video Effects Plugin"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
[dependencies] [dependencies]
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] } cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"] }

View file

@ -4,7 +4,7 @@ version = "0.11.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"] authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0" license = "MPL-2.0"
edition = "2021" edition = "2021"
rust-version = "1.66" rust-version = "1.70"
description = "GStreamer WebP Plugin" description = "GStreamer WebP Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"