mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-21 23:26:25 +00:00
17 lines
274 B
TOML
17 lines
274 B
TOML
[package]
|
|
name = "rsplugin"
|
|
version = "0.1.0"
|
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3"
|
|
pkg-config = "0.3"
|
|
|
|
[lib]
|
|
name = "rsplugin"
|
|
crate-type = ["dylib"]
|
|
path = "src/lib.rs"
|