[package]
name = "gdk-sys"
version = "0.6.0"
authors = ["The Gtk-rs Project Developers"]
build = "build.rs"
links = "gdk"
description = "FFI bindings to libgdk-3"
homepage = "http://gtk-rs.org/"
keywords = ["gdk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
repository = "https://github.com/gtk-rs/sys"
[lib]
name = "gdk_sys"
[dependencies.bitflags]
version = "1.0"
[dependencies.cairo-sys-rs]
version = "0.6.0"
[dependencies.gdk-pixbuf-sys]
version = "0.6.0"
[dependencies.gio-sys]
version = "0.6.0"
[dependencies.glib-sys]
version = "0.6.0"
[dependencies.gobject-sys]
version = "0.6.0"
[dependencies.libc]
version = "0.2"
[dependencies.pango-sys]
version = "0.6.0"
[build-dependencies.pkg-config]
version = "0.3.7"
[features]
dox = []
v3_10 = ["v3_8"]
v3_12 = ["v3_10"]
v3_14 = ["v3_12"]
v3_16 = ["v3_14"]
v3_18 = ["v3_16"]
v3_20 = ["v3_18"]
v3_22 = ["v3_20"]
v3_6 = []
v3_8 = ["v3_6"]