Fix toml files indent

This commit is contained in:
Guillaume Gomez 2020-12-23 14:38:33 +01:00
parent 03f928ee0c
commit 60a5ccc95d
6 changed files with 46 additions and 38 deletions

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl" name = "gstreamer-gl"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library" description = "Rust bindings for GStreamer GL library"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-egl" name = "gstreamer-gl-egl"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (EGL support)" description = "Rust bindings for GStreamer GL library (EGL support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-wayland" name = "gstreamer-gl-wayland"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (Wayland support)" description = "Rust bindings for GStreamer GL library (Wayland support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-x11" name = "gstreamer-gl-x11"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (X11 support)" description = "Rust bindings for GStreamer GL library (X11 support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"