mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
11 lines
217 B
Bash
11 lines
217 B
Bash
cd nokhwa-core || exit
|
|
cargo publish
|
|
cd ../nokhwa-bindings-linux || exit
|
|
cargo publish
|
|
cd ../nokhwa-bindings-macos || exit
|
|
cargo publish
|
|
cd ../nokhwa-bindings-windows || exit
|
|
cargo publish
|
|
cd .. || exit
|
|
cargo publish
|