Skip to content

Commit 33212f8

Browse files
author
Rain Liu
committed
update index.html
1 parent 87e1fb7 commit 33212f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
A pure Rust implementation of WebRTC stack. Rewrite <a href="http://Pion.ly">Pion</a> WebRTC stack in Rust
8989
</p>
9090
<hr>
91-
<input type="checkbox" id="peer" name="peer" disabled="disabled"> <label for="peer">Peer</label>
92-
<a href="https://crates.io/crates/webrtc-peer"><img src="https://img.shields.io/crates/v/webrtc-peer.svg"></a>
93-
&nbsp;
9491
<input type="checkbox" id="media" name="media" disabled="disabled"> <label for="media">Media</label>
9592
<a href="https://crates.io/crates/webrtc-media"><img src="https://img.shields.io/crates/v/webrtc-media.svg"></a>
9693
&nbsp;
94+
<input type="checkbox" id="interceptor" name="interceptor" disabled="disabled"> <label for="interceptor">Interceptor</label>
95+
<a href="https://crates.io/crates/interceptor"><img src="https://img.shields.io/crates/v/interceptor.svg"></a>
96+
&nbsp;
9797
<input type="checkbox" id="data" name="data" disabled="disabled" checked="checked"> <label for="data">Data</label>
9898
<a href="https://crates.io/crates/webrtc-data"><img src="https://img.shields.io/crates/v/webrtc-data.svg"></a>
9999
<br>

0 commit comments

Comments
 (0)