Basic Android version

This commit is contained in:
Théo Monnom
2022-08-11 12:20:23 +02:00
parent 5a84aaa3c9
commit 037b0c4ec1
8 changed files with 189 additions and 41 deletions
+7 -1
View File
@@ -3,6 +3,7 @@ name = "livekit-native"
version = "0.1.0"
edition = "2021"
homepage = "https://livekit.io"
crate-type = ["lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,4 +12,9 @@ cxx = "1.0"
[build-dependencies]
cxx-build = "1.0"
glob = "0.3.0"
glob = "0.3.0"
regex = "1.0"
[lib]
crate-type = ["cdylib"]
bench = false