publish client-sdk-native (#12)
* Create README.md * add example * crates & examples * fix syntax * add LICENSE * thirdparty LICENSE * rearrange repo * fix build * egui versions * prepare publish * fix demo compilation * add test ci * Update rust.yml * forgot runs-on * install protoc before building * avoid rate limit * include submodules * updates to readme * cache rust builds Co-authored-by: David Zhao <dz@livekit.io> Co-authored-by: David Zhao <david@davidzhao.com>
This commit is contained in:
+4
-14
@@ -1,18 +1,8 @@
|
||||
[package]
|
||||
name = "livekit"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/livekit/client-sdk-native"
|
||||
|
||||
[workspace]
|
||||
exclude = ["libwebrtc"]
|
||||
members = [
|
||||
"crates/livekit-core",
|
||||
"crates/livekit-webrtc",
|
||||
"crates/livekit-utils",
|
||||
"crates/livekit-webrtc/libwebrtc-sys"
|
||||
"livekit",
|
||||
"livekit-webrtc",
|
||||
"livekit-utils",
|
||||
"webrtc-sys"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
livekit-core = { path = "crates/livekit-core" }
|
||||
livekit-webrtc = { path = "crates/livekit-webrtc" }
|
||||
|
||||
Reference in New Issue
Block a user