Skip to content

Commit

Permalink
Export ggrs_socket::GGRS_CHANNEL_ID from matchbox_socket
Browse files Browse the repository at this point in the history
  • Loading branch information
caspark committed Dec 10, 2024
1 parent 2d5c1b7 commit 499e399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matchbox_socket/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ pub use webrtc_socket::{
error::ChannelError, ChannelConfig, MessageLoopFuture, Packet, PeerState, RtcIceServerConfig,
WebRtcChannel, WebRtcSocket, WebRtcSocketBuilder,
};
#[cfg(feature = "ggrs")]
pub use ggrs_socket::GGRS_CHANNEL_ID;

0 comments on commit 499e399

Please sign in to comment.