24 lines
832 B
Markdown
24 lines
832 B
Markdown
|
# Arduboy2 library wrapper
|
||
|
|
||
|
This is a library used in [Rust for Arduboy](https://github.com/ZennDev1337/Rust-for-Arduboy) to program Arduboy games in Rust.
|
||
|
|
||
|
## More info for the usage:
|
||
|
|
||
|
[https://github.com/ZennDev1337/Rust-for-Arduboy](https://github.com/ZennDev1337/Rust-for-Arduboy)
|
||
|
|
||
|
## License
|
||
|
|
||
|
You can license it under either one of those licenses:
|
||
|
|
||
|
- Apache License, Version 2.0
|
||
|
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
||
|
- MIT license
|
||
|
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
||
|
|
||
|
Whichever you may prefer.
|
||
|
|
||
|
## Contribution
|
||
|
|
||
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||
|
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
|