mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-12 05:11:32 +00:00
34 lines
570 B
TOML
34 lines
570 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tutorial",
|
|
"version-helper",
|
|
"audio/audiofx",
|
|
"audio/claxon",
|
|
"audio/csound",
|
|
"audio/lewton",
|
|
"audio/transcribe",
|
|
"generic/file",
|
|
"generic/sodium",
|
|
"generic/threadshare",
|
|
"net/reqwest",
|
|
"net/rusoto",
|
|
"utils/fallbackswitch",
|
|
"utils/togglerecord",
|
|
"video/cdg",
|
|
"video/closedcaption",
|
|
"video/dav1d",
|
|
"video/flavors",
|
|
"video/gif",
|
|
"video/rav1e",
|
|
"text/wrap",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|