A short description of the project goes here.
Documentation |
Issues |
Pull Requests
- A comprehensive list of building requirements goes here
- A comprehensive list of building suggestions / recommendations goes here
- First, clone the repository recursively with
git clone --recursive https://github.com/xezno/RepoTemplate
- Next, run
git submodule update
to ensure that all submodules are up-to-date. - Once complete, run
msbuild
to build the project.
Currently, platform support is as follows:
Platform | Supported? |
---|---|
Windows | |
Linux | |
Android | |
macOS | |
iOS |
Contributions to this project are greatly appreciated; please follow these steps in order to submit your contribution to the project:
- Fork the project
- Create a branch under the name
YourName/FeatureName
- Once you've made all the changes you need to make, go ahead and submit a Pull Request.
This project is licensed under the MPL-2.0 license; a copy of this license is available at LICENSE.md.