Additional recipes and layers for Rugix.
To make the recipes and layers available, include the following in your rugix-bakery.toml
:
[repositories]
rugix-extra = { git = "https://github.com/silitics/rugix-extra.git", branch = "v0.8" }
We follow Cargo's flavor of semantic versioning.
You can also use the most recent development version by omitting the branch
property.
Please be aware that this may break your builds if we introduce backwards-incompatible changes.
We accept pull requests adding additional recipes to rugix-extra
under the condition that these recipes are sufficiently general and widely applicable.
Please do not submit recipes for your own specific applications.
For those, you should create a separate repository yourself.
If you are unsure, feel free to open an issue.
This project is licensed under either MIT or Apache 2.0 at your opinion.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Made with ❤️ for OSS by Silitics