# 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 = "2018" name = "sdl2-sys" version = "0.37.0" authors = [ "Tony Aldridge ", "Cobrand ", ] build = "build.rs" links = "SDL2" description = "Raw SDL2 bindings for Rust, used internally rust-sdl2" keywords = [ "SDL", "windowing", "graphics", "ffi", ] categories = [ "rendering", "external-ffi-bindings", "game-engines", "multimedia", ] license = "MIT AND Zlib" repository = "https://github.com/rust-sdl2/rust-sdl2" [lib] name = "sdl2_sys" path = "src/lib.rs" [dependencies.libc] version = "^0.2" [build-dependencies.bindgen] version = "^0.69" optional = true [build-dependencies.cfg-if] version = "^1.0" [build-dependencies.cmake] version = "^0.1.47" optional = true [build-dependencies.flate2] version = "^1" optional = true [build-dependencies.pkg-config] version = "^0.3" optional = true [build-dependencies.vcpkg] version = "^0.2.12" optional = true [build-dependencies.version-compare] version = "0.1" [features] bundled = ["cmake"] default = [] gfx = [] image = [] mixer = [] static-link = [] ttf = [] use-bindgen = ["bindgen"] use-pkgconfig = ["pkg-config"] use-vcpkg = ["vcpkg"] use_mac_framework = []