<p align="center">
<a href="https://docs.rs/res"><img src="https://docs.rs/res/badge.svg"></a>
<!--<a href="https://travis-ci.com/PlopGrizzly/res"><img src="https://api.travis-ci.com/PlopGrizzly/res.svg?branch=master" alt="Cala Build Status"></a>-->
<a href="https://crates.io/crates/res"><img src="https://img.shields.io/crates/v/res.svg"></a>
<a href="https://discord.gg/nXwF59K"><img src="https://img.shields.io/badge/discord-Cala%20Project-green.svg" alt="Discord"></a>
<br>
<strong><a href="https://libcala.github.io/res">Website</a> | <a href="https://github.com/libcala/res">GitHub</a> | <a href="https://libcala.github.io/res/CHANGELOG">Changelog</a> | <a href="https://libcala.github.io/res/CONTRIBUTORS">Contributors</a> | <a href="https://libcala.github.io/tutorials">Tutorials</a></strong>
</p>
# Res
A build-script-dependency for generating resources.
## Usage
Use in conjunction with [window](https://crates.io/crates/window), [barg](https://crates.io/crates/barg) or [cala](https://crates.io/crates/cala) crate to generate shaders. More features to come.
## Getting Started
- TODO
## Cala
This crate is part of the [cala](https://libcala.github.io/) project.
<h1>Contributing</h1>
<p>
Contributors are always welcome! Whether it is a bug report, bug fix, feature request, feature implementation or whatever. Don't be shy about getting involved. I always make time to fix bugs, so usually a patched version of the library will be out soon after a report. Features take me longer, though. I'll also always listen to any design critiques you have. If you have any questions you can email me at <a href="mailto:jeronlau@plopgrizzly.com">jeronlau@plopgrizzly.com</a>. Otherwise, <a href="https://github.com/PlopGrizzly/res/issues">here's a link to the issues on GitHub</a>.
</p>
<p>
And, as always, make sure to always follow the <a href="https://github.com/libcala/res/blob/master/CODEOFCONDUCT.md">code of conduct</a>. Happy coding!
</p>
<h1>License</h1>
<p>
This repository is licensed under either of the following:
</p>
<ul>
<li>MIT License (MIT) - See accompanying file <a href="https://github.com/libcala/res/blob/master/LICENSE_MIT.txt">LICENSE_MIT.txt</a> or copy at <a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a></li>
<li>Boost Software License (BSL-1.0) - See accompanying file <a href="https://github.com/libcala/res/blob/master/LICENSE_BSL.txt">LICENSE_BSL.txt</a> or copy at <a href="https://www.boost.org/LICENSE_1_0.txt">https://www.boost.org/LICENSE_1_0.txt</a></li>
</ul>
<p>
at your option.
</p>
<h2>Contribution Licensing</h2>
<p>
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above without any additional terms or conditions.
</p>