10 releases (5 breaking)
0.7.1 | Aug 23, 2022 |
---|---|
0.7.0 | Jul 6, 2022 |
0.5.0 | May 25, 2022 |
0.4.0 | May 23, 2022 |
0.1.1 | Apr 19, 2022 |
#60 in #sdl2
30 downloads per month
260KB
335 lines
Wolf Engine SDL2
SDL2 integration plugin for Wolf Engine.
This plugin uses the Rust SDL2 bindings to work with SDL2.
Requirements
- Wolf Engine v0.21 or greater.
- SDL2 libraries are required to be installed. See Rust-SDL2's Requirements Section for details.
Getting Started
Assuming you have SDL2 installed correctly, add Wolf Engine SDL2 to your dependencies in Cargo.toml
:
[dependencies]
wolf_engine_sdl2 = "*"
Contribution.
License
Wolf Engine SDL2 is licensed under either
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.
Dependencies
~16MB
~347K SLoC