fermium 0.1.0

An opinionated crate of SDL2 bindings.
Documentation
[badges.appveyor]
repository = "Lokathor/fermium"

[badges.travis-ci]
repository = "Lokathor/fermium"
[dependencies.cfg-if]
version = "^0.1.10"

[features]
bind_SDL2_2_0_10 = ["bind_SDL2_2_0_9"]
bind_SDL2_2_0_9 = []
default = ["link_dynamic"]
link_dynamic = []
link_static = ["cmake"]
use_bindgen_bin = []

[package]
authors = ["Lokathor <zefria@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "multimedia", "no-std"]
description = "An opinionated crate of SDL2 bindings."
edition = "2018"
keywords = ["SDL2"]
license = "Zlib"
links = "SDL2"
name = "fermium"
repository = "https://github.com/Lokathor/fermium"
version = "0.1.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".build-dependencies.cmake]
optional = true
version = "0.1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"