Windows + Initial WebRTC sys & Safe WebRTC + Initial livekit-core

This commit is contained in:
Théo Monnom
2022-09-12 12:51:54 +02:00
parent 7b09d6dd51
commit d9fd69b5c0
128 changed files with 4282 additions and 2282 deletions
+9 -16
View File
@@ -1,20 +1,13 @@
[package]
name = "livekit-native"
name = "livekit"
version = "0.1.0"
edition = "2021"
homepage = "https://livekit.io"
crate-type = ["lib"]
repository = "https://github.com/livekit/client-sdk-native"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cxx = "1.0"
[build-dependencies]
cxx-build = "1.0"
glob = "0.3.0"
regex = "1.0"
[lib]
crate-type = ["staticlib", "cdylib"]
bench = false
[workspace]
exclude = ["libwebrtc"]
members = [
"crates/livekit-core",
"crates/livekit-webrtc",
"crates/livekit-webrtc/libwebrtc-sys"
]