[package] name = "wolf_engine_sdl2" description = "SDL2 integration for Wolf Engine." version = "0.7.1" authors = ["AlexiWolf "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine_sdl2" homepage = "https://github.com/AlexiWolf/wolf_engine_sdl2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" wolf_engine = ">=0.21" sdl2 = ">=0.35" [dev-dependencies] wolf_engine = {version = ">=0.21", features = ["logging"]} sdl2 = {version = ">=0.35", features = ["gfx", "mixer"]} colors-transform = "0.2" [features] mixer = ["sdl2/mixer"]