Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Cargo.toml - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8c14922b1fadccb85de9435cfde639663019e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[workspace]

members = [
    "tutorial",
    "version-helper",
    "audio/audiofx",
    "audio/claxon",
    "audio/csound",
    "audio/lewton",
    "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",
    "video/rspng",
    "video/hsv",
    "text/wrap",
    "text/json",
]

[profile.release]
lto = true
opt-level = 3
debug = true
panic = 'unwind'

[profile.dev]
opt-level = 1