11 releases (2 stable)
1.0.1 | Oct 31, 2024 |
---|---|
0.1.8 | Oct 31, 2024 |
0.1.5 | Aug 5, 2024 |
0.1.1 | Jul 31, 2024 |
#114 in Build Utils
741 downloads per month
21KB
471 lines
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
Dependencies
~13–25MB
~387K SLoC