From 1929f5872c090985017bf0c691e475bf1acb2e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 23 Oct 2022 11:51:02 +0300 Subject: Sort members in Cargo.toml and meson.build alphabetically and the same in both files --- Cargo.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0275622eb..6cf2b3bef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,17 +3,21 @@ members = [ "tutorial", "version-helper", + "audio/audiofx", "audio/claxon", "audio/csound", "audio/lewton", "audio/spotify", + "generic/file", "generic/fmp4", "generic/sodium", "generic/threadshare", + "net/aws", "net/hlssink3", + "net/ndi", "net/onvif", "net/raptorq", "net/reqwest", @@ -22,15 +26,17 @@ members = [ "net/webrtc", "net/webrtc/protocol", "net/webrtc/signalling", - "net/ndi", + "text/ahead", "text/json", "text/regex", "text/wrap", + "utils/fallbackswitch", "utils/togglerecord", "utils/tracers", "utils/uriplaylistbin", + "video/cdg", "video/closedcaption", "video/dav1d", @@ -48,11 +54,14 @@ members = [ # Only plugins without external dependencies default-members = [ "version-helper", + "audio/audiofx", "audio/claxon", "audio/lewton", + "generic/fmp4", "generic/threadshare", + "net/aws", "net/hlssink3", "net/onvif", @@ -60,18 +69,21 @@ default-members = [ "net/reqwest", "net/rtpav1", "net/webrtc-http", - "net/webrtc/", + "net/webrtc", "net/webrtc/protocol", "net/webrtc/signalling", "net/ndi", + "text/ahead", "text/json", "text/regex", "text/wrap", + "utils/fallbackswitch", "utils/togglerecord", "utils/tracers", "utils/uriplaylistbin", + "video/cdg", "video/ffv1", "video/gif", -- cgit v1.2.3