File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ members = [
1818imgproc = { version = " 0.3.12" , path = " imgproc" }
1919yuv-sys = { version = " 0.3.7" , path = " yuv-sys" }
2020libwebrtc = { version = " 0.3.10" , path = " libwebrtc" }
21- livekit-api = { version = " 0.4.2" , path = " livekit-api" }
21+ livekit-api = { version = " 0.4.2" , path = " livekit-api" , default-features = false }
2222livekit-ffi = { version = " 0.12.18" , path = " livekit-ffi" }
2323livekit-protocol = { version = " 0.3.9" , path = " livekit-protocol" }
24- livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" }
24+ livekit-runtime = { version = " 0.4.0" , path = " livekit-runtime" , default-features = false }
2525livekit = { version = " 0.7.8" , path = " livekit" }
2626soxr-sys = { version = " 0.1.0" , path = " soxr-sys" }
2727webrtc-sys-build = { version = " 0.3.6" , path = " webrtc-sys/build" }
Original file line number Diff line number Diff line change 1515#[ cfg( target_os = "android" ) ]
1616pub mod android;
1717pub mod apm;
18- pub mod audio_resampler;
1918pub mod audio_mixer;
19+ pub mod audio_resampler;
2020pub mod audio_source;
2121pub mod audio_stream;
2222pub mod audio_track;
You can’t perform that action at this time.
0 commit comments