# Wolf Engine SDL2 [![CI](https://github.com/AlexiWolf/wolf_engine_sdl2/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexiWolf/wolf_engine_sdl2/actions/workflows/ci.yml) [![Crates.io](https://img.shields.io/crates/l/wolf_engine_sdl2)](https://github.com/AlexiWolf/wolf_engine_sdl2#license) [![Crates.io](https://img.shields.io/crates/v/wolf_engine_sdl2)](https://crates.io/crates/wolf_engine_sdl2) SDL2 integration plugin for [Wolf Engine](https://github.com/AlexiWolf/wolf_engine). This plugin uses the [Rust SDL2](https://github.com/Rust-SDL2/rust-sdl2) bindings to work with SDL2. ### Requirements - [Wolf Engine](https://github.com/AlexiWolf/wolf_engine) v0.21 or greater. - SDL2 libraries are required to be installed. See [Rust-SDL2's Requirements Section](https://github.com/Rust-SDL2/rust-sdl2#requirements) for details. ### Getting Started Assuming you have SDL2 installed correctly, add Wolf Engine SDL2 to your dependencies in `Cargo.toml`: ```TOML [dependencies] wolf_engine_sdl2 = "*" ``` ## Contribution. ### License Wolf Engine SDL2 is licensed under either - [Apache Licese, Version 2.0](LICENSE-APACHE) - [MIT Licese](LICENSE-MIT) at your option. 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 additional terms or conditions.