ported example app, live_kit_client2 is done
This commit is contained in:
parent
244e8ce101
commit
51fa80ef06
3 changed files with 159 additions and 156 deletions
|
@ -1,11 +1,11 @@
|
|||
// #[cfg(not(any(test, feature = "test-support")))]
|
||||
#[cfg(not(any(test, feature = "test-support")))]
|
||||
pub mod prod;
|
||||
|
||||
// #[cfg(not(any(test, feature = "test-support")))]
|
||||
#[cfg(not(any(test, feature = "test-support")))]
|
||||
pub use prod::*;
|
||||
|
||||
// #[cfg(any(test, feature = "test-support"))]
|
||||
// pub mod test;
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub mod test;
|
||||
|
||||
// #[cfg(any(test, feature = "test-support"))]
|
||||
// pub use test::*;
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub use test::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue