Files
client-sdk-rust/.cargo/config
T
Théo Monnom d4233867eb VideoToolBox decoder/encoder for MacOS & iOS (#19)
* VideoDecoderFactory wrapper

* wip

* fix compilation

* add notes

* upgrade webrtc version
2023-01-07 18:30:11 +01:00

9 lines
218 B
Plaintext

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-ObjC"]
[target.aarch64-apple-darwin]
rustflags = ["-C", "link-args=-ObjC"]