Implement native WebRtcTest validation (#96)
Some checks failed
Native code generation / deterministic (push) Failing after 2m5s
Imaging and meshing gate / native (push) Failing after 5m37s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 17m32s
Skia feature / linux (push) Successful in 31m32s
Some checks failed
Native code generation / deterministic (push) Failing after 2m5s
Imaging and meshing gate / native (push) Failing after 5m37s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 17m32s
Skia feature / linux (push) Successful in 31m32s
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
extern crate self as libremetaverse_voice_webrtc;
|
||||
|
||||
mod generated;
|
||||
mod native;
|
||||
|
||||
pub use generated::*;
|
||||
pub use libremetaverse as core;
|
||||
pub use libremetaverse_structured_data as structured_data;
|
||||
pub use libremetaverse_types::Error;
|
||||
pub use native::*;
|
||||
|
||||
/// Project-owned boundary types for external JSON signatures.
|
||||
pub mod signaling {
|
||||
|
||||
1852
crates/libremetaverse-voice-webrtc/src/native.rs
Normal file
1852
crates/libremetaverse-voice-webrtc/src/native.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user