mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
80a0bfbc8d
This now generates untruncated structs for almost everything.
40 lines
839 B
TOML
40 lines
839 B
TOML
[build-dependencies]
|
|
pkg-config = "0.3.7"
|
|
|
|
[dependencies]
|
|
bitflags = "0.8"
|
|
libc = "0.2"
|
|
glib-sys = { git = "https://github.com/gtk-rs/sys.git" }
|
|
gobject-sys = { git = "https://github.com/gtk-rs/sys.git" }
|
|
|
|
[features]
|
|
v1_0_10 = []
|
|
v1_10 = ["v1_8"]
|
|
v1_12 = ["v1_10"]
|
|
v1_2 = ["v1_0_10"]
|
|
v1_2_3 = ["v1_2"]
|
|
v1_4 = ["v1_2_3"]
|
|
v1_6 = ["v1_4"]
|
|
v1_8 = ["v1_6"]
|
|
|
|
[lib]
|
|
name = "gstreamer_sys"
|
|
|
|
[package]
|
|
build = "build.rs"
|
|
links = "gstreamer-1.0"
|
|
name = "gstreamer-sys"
|
|
version = "0.1.0"
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
description = "FFI bindings to libgstreamer-1.0"
|
|
homepage = "https://gstreamer.freedesktop.org"
|
|
keywords = ["ffi", "gstreamer", "gnome", "multimedia"]
|
|
repository = "https://github.com/sdroege/gstreamer-sys"
|
|
license = "MIT"
|
|
|
|
include = [
|
|
"src/*.rs",
|
|
"Cargo.toml",
|
|
"build.rs",
|
|
"LICENSE",
|
|
]
|