[go: up one dir, main page]

sdl2-sys 0.2.1

Raw SDL2 bindings for Rust, used internally rust-sdl2
Documentation
[package]

name = "sdl2-sys"
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.2.1"
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
license = "MIT"
links = "SDL2"
build = "build.rs"

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

[dependencies]
num = "0.1.22"
libc = "0.1.6"

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

[features]

default = []
use-pkgconfig = ["pkg-config"]
no_std = []