Skip to content

Commit

Permalink
update submodules pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jan 6, 2024
1 parent b3d5199 commit 737899b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</a>
</p>
<p align="center">
A pure Rust implementation of SFU
SFU in Rust with Sans-IO
</p>

#
Expand All @@ -44,11 +44,11 @@

### Toolchain

webrtc-rs currently requires Rust 1.75.0 to build.
SFU.rs currently requires Rust 1.75.0+ to build.

### Monorepo Setup

All webrtc dependent crates are added as [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) of this repository under /crates/.
All sfu dependent crates are added as [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) of this repository under /crates/.

```
git clone https://github.com/webrtc-rs/sfu
Expand All @@ -69,7 +69,7 @@ cargo run --package sfu --example chat
```

## Open Source License
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, webrtc-rs is using the dual MIT+Apache-2.0 license.
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, SFU.rs is using the dual MIT+Apache-2.0 license.

## Contributing
Contributors or Pull Requests are Welcome!!!
2 changes: 1 addition & 1 deletion rtc
Submodule rtc updated 112 files

0 comments on commit 737899b

Please sign in to comment.