# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wolf_engine_sdl2" version = "0.7.1" authors = ["AlexiWolf "] description = "SDL2 integration for Wolf Engine." homepage = "https://github.com/AlexiWolf/wolf_engine_sdl2" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AlexiWolf/wolf_engine_sdl2" resolver = "2" [dependencies.log] version = "0.4" [dependencies.sdl2] version = ">=0.35" [dependencies.wolf_engine] version = ">=0.21" [dev-dependencies.colors-transform] version = "0.2" [dev-dependencies.sdl2] version = ">=0.35" features = [ "gfx", "mixer", ] [dev-dependencies.wolf_engine] version = ">=0.21" features = ["logging"] [features] mixer = ["sdl2/mixer"]