Crates.io | cargo-obs-build |
lib.rs | cargo-obs-build |
version | 1.0.1 |
source | src |
created_at | 2024-07-31 12:23:55.589908 |
updated_at | 2024-10-31 23:23:14.117048 |
description | A CLI tool used to build the libobs library and put it in the taregt directory |
homepage | |
repository | https://github.com/joshprk/libobs-rs |
max_upload_size | |
id | 1320884 |
size | 57,714 |
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