sdl2-sys 0.33.0

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

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

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

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

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

[build-dependencies.tar]
optional = true
version = "^0.4"

[build-dependencies.unidiff]
optional = true
version = "^0.3"
[dependencies.libc]
version = "^0.2"

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

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

[package]
authors = ["Tony Aldridge <tony@angry-lawyer.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"
links = "SDL2"
name = "sdl2-sys"
repository = "https://github.com/rust-sdl2/rust-sdl2"
version = "0.33.0"