gdk 0.14.0

Rust bindings for the GDK 3 library
Documentation
[package]
name = "gdk"
license = "MIT"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"]
readme = "README.md"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/"
version = "0.14.0"
description = "Rust bindings for the GDK 3 library"
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = [
    "gir-files/*",
]
edition = "2018"

[lib]
name = "gdk"

[features]
v3_20 = ["ffi/v3_20"]
v3_22 = ["v3_20", "ffi/v3_22"]
v3_24 = ["v3_22", "ffi/v3_24"]
dox = ["ffi/dox", "glib/dox", "gio/dox", "gdk-pixbuf/dox", "cairo-rs/dox", "pango/dox"]

[package.metadata.docs.rs]
features = ["dox"]

[dependencies]
libc = "0.2"
bitflags = "1.0"
ffi = {package = "gdk-sys", version = "0.14.0"}
cairo-rs = "0.14.0"
gdk-pixbuf = "0.14.0"
gio = "0.14.0"
glib = "0.14.0"
pango = "0.14.0"

[dev-dependencies]
gir-format-check = "^0.1"