build scripts for libdovi
https://github.com/mpvkit/libdovi-build.git
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install
rustup toolchain install nightly --profile complete
rustup default nightly
rustc -vV
cargo install cargo-c
make build
# or build specified platforms
make build platform=ios,macos
# or see help
make help