cargo-obs-build

Crates.iocargo-obs-build
lib.rscargo-obs-build
version1.0.1
sourcesrc
created_at2024-07-31 12:23:55.589908
updated_at2024-10-31 23:23:14.117048
descriptionA CLI tool used to build the libobs library and put it in the taregt directory
homepage
repositoryhttps://github.com/joshprk/libobs-rs
max_upload_size
id1320884
size57,714
Hendrik Lind (sshcrack)

documentation

README

libOBS build tool

This tool is used to build libOBS and its dependencies. It automatically prepares the environment by putting the required libraries in the target directory. The libOBS version should be stored in the Cargo.toml project file like so:

# Other stuff

[package.metadata]
libobs-version="30.2.2"
libobs-cache-dir="../obs-build" # Optional, defaults to "obs-build", relative to the Cargo.toml file
Commit count: 106

cargo fmt