sdl2-sys 0.37.0

Raw SDL2 bindings for Rust, used internally rust-sdl2
Documentation
[build-dependencies.bindgen]
optional = true
version = "^0.69"

[build-dependencies.cfg-if]
version = "^1.0"

[build-dependencies.cmake]
optional = true
version = "^0.1.47"

[build-dependencies.flate2]
optional = true
version = "^1"

[build-dependencies.pkg-config]
optional = true
version = "^0.3"

[build-dependencies.vcpkg]
optional = true
version = "^0.2.12"

[build-dependencies.version-compare]
version = "0.1"
[dependencies.libc]
version = "^0.2"

[features]
bundled = ["cmake"]
default = []
gfx = []
image = []
mixer = []
static-link = []
ttf = []
use-bindgen = ["bindgen"]
use-pkgconfig = ["pkg-config"]
use-vcpkg = ["vcpkg"]
use_mac_framework = []

[lib]
name = "sdl2_sys"
path = "src/lib.rs"

[package]
authors = ["Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"]
build = "build.rs"
categories = ["rendering", "external-ffi-bindings", "game-engines", "multimedia"]
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
edition = "2018"
keywords = ["SDL", "windowing", "graphics", "ffi"]
license = "MIT AND Zlib"
links = "SDL2"
name = "sdl2-sys"
repository = "https://github.com/rust-sdl2/rust-sdl2"
version = "0.37.0"