mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-13 22:01:19 +00:00
28 lines
530 B
TOML
28 lines
530 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gst-plugin-file",
|
|
"gst-plugin-reqwest",
|
|
"gst-plugin-flv",
|
|
"gst-plugin-audiofx",
|
|
"gst-plugin-togglerecord",
|
|
"gst-plugin-threadshare",
|
|
"gst-plugin-tutorial",
|
|
"gst-plugin-closedcaption",
|
|
"gst-plugin-version-helper",
|
|
"gst-plugin-sodium",
|
|
"gst-plugin-cdg",
|
|
"gst-plugin-rav1e",
|
|
"gst-plugin-s3",
|
|
"gst-plugin-fallbackswitch",
|
|
"gst-plugin-lewton",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|