Skip to content

Commit 081e6eb

Browse files
authored
Update README.md
1 parent 528097e commit 081e6eb

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<a href="https://deps.rs/repo/github/webrtc-rs/webrtc">
1313
<img src="https://deps.rs/repo/github/webrtc-rs/webrtc/status.svg">
1414
</a>
15+
<a href="https://crates.io/crates/webrtc-rs">
16+
<img src="https://img.shields.io/crates/v/webrtc-rs-sdp.svg">
17+
</a>
1518
<a href="https://docs.rs/webrtc-rs">
1619
<img src="https://docs.rs/webrtc-rs/badge.svg">
1720
</a>
@@ -30,28 +33,28 @@
3033

3134
### Work in Progress Towards 1.0
3235

33-
- [x] SDP: [webrtc-rs/sdp](https://github.com/webrtc-rs/sdp) <img src="https://docs.rs/webrtc-rs-sdp/badge.svg">
36+
- [x] SDP: [webrtc-rs/sdp](https://github.com/webrtc-rs/sdp) ![sdp](https://img.shields.io/crates/v/webrtc-rs-sdp.svg)
3437
- sync up to [pion/sdp/v2.4.0](https://github.com/pion/sdp/tree/b29f0bbd42fc719eabdb027117217b0ddb27abf1)
35-
- [x] RTP: [webrtc-rs/rtp](https://github.com/webrtc-rs/rtp) <img src="https://docs.rs/webrtc-rs-rtp/badge.svg">
38+
- [x] RTP: [webrtc-rs/rtp](https://github.com/webrtc-rs/rtp) ![rtp](https://img.shields.io/crates/v/webrtc-rs-rtp.svg)
3639
- sync up to [pion/rtp/v1.6.1](https://github.com/pion/rtp/tree/0d8026ebf7c048a65f30b053f3ce22e7d5e738ee)
37-
- [x] RTCP: [webrtc-rs/rtcp](https://github.com/webrtc-rs/rtcp) <img src="https://docs.rs/webrtc-rs-rtcp/badge.svg">
40+
- [x] RTCP: [webrtc-rs/rtcp](https://github.com/webrtc-rs/rtcp) ![rtcp](https://img.shields.io/crates/v/webrtc-rs-rtcp.svg)
3841
- sync up to [pion/rtcp/v1.2.4](https://github.com/pion/rtcp/tree/d136b4927f135b17cb15c9b287e22a9e053bd498)
39-
- [x] SRTP: [webrtc-rs/srtp](https://github.com/webrtc-rs/srtp) <img src="https://docs.rs/webrtc-rs-srtp/badge.svg">
42+
- [x] SRTP: [webrtc-rs/srtp](https://github.com/webrtc-rs/srtp) ![srtp](https://img.shields.io/crates/v/webrtc-rs-srtp.svg)
4043
- sync up to [pion/srtp/v1.5.2](https://github.com/pion/srtp/tree/071a6b95ab38e9eab9324dacd608dde1ec0c7cd3)
41-
- [x] DTLS: [webrtc-rs/dtls](https://github.com/webrtc-rs/dtls) <img src="https://docs.rs/webrtc-rs-dtls/badge.svg">
44+
- [x] DTLS: [webrtc-rs/dtls](https://github.com/webrtc-rs/dtls) ![dtls](https://img.shields.io/crates/v/webrtc-rs-dtls.svg)
4245
- sync up to [pion/dtls/v2.0.0](https://github.com/pion/dtls/tree/789798433596e4dd92451b66984dddb2f8a9f165)
43-
- [x] STUN: [webrtc-rs/stun](https://github.com/webrtc-rs/stun) <img src="https://docs.rs/webrtc-rs-stun/badge.svg">
46+
- [x] STUN: [webrtc-rs/stun](https://github.com/webrtc-rs/stun) ![stun](https://img.shields.io/crates/v/webrtc-rs-stun.svg)
4447
- sync up to [pion/stun/v0.3.5](https://github.com/pion/stun/tree/7b20b792b7e18b3846032aaa80e8c0e2d412d0f8)
45-
- [ ] mDNS: [webrtc-rs/mdns](https://github.com/webrtc-rs/mdns) <img src="https://docs.rs/webrtc-rs-mdns/badge.svg">
48+
- [ ] mDNS: [webrtc-rs/mdns](https://github.com/webrtc-rs/mdns) ![mdns](https://img.shields.io/crates/v/webrtc-rs-mdns.svg)
4649
- work in progress
4750
- catch up [pion/mdns/v0.0.4](https://github.com/pion/mdns/tree/2e1665e5f21a89afc152bb4b3791b30eda9b28cf)
48-
- [ ] ICE: [webrtc-rs/ice](https://github.com/webrtc-rs/ice) <img src="https://docs.rs/webrtc-rs-ice/badge.svg">
51+
- [ ] ICE: [webrtc-rs/ice](https://github.com/webrtc-rs/ice) ![ice](https://img.shields.io/crates/v/webrtc-rs-ice.svg)
4952
- work in progress
5053
- catch up [pion/ice/v2.0.14](https://github.com/pion/ice/tree/c0a874421c45ef6bbc51166b9056aa46c201f075)
5154
- [ ] PeerConnection
5255

5356
### Road Map Towards 2.0
54-
- [ ] TURN: [webrtc-rs/turn](https://github.com/webrtc-rs/turn) <img src="https://docs.rs/webrtc-rs-turn/badge.svg">
57+
- [ ] TURN: [webrtc-rs/turn](https://github.com/webrtc-rs/turn) ![turn](https://img.shields.io/crates/v/webrtc-rs-turn.svg)
5558
- work in progress
5659
- catch up [pion/turn/v2.0.2](https://github.com/pion/turn/tree/502d01577bf86a442ab9b9fa23f78987e7f1e1cd)
5760
- [ ] SCTP

0 commit comments

Comments
 (0)