[package]
name = "pango"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/pango/"
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
keywords = ["pango", "gtk-rs", "gnome"]
readme = "README.md"
version = "0.15.10"
description = "Rust bindings for the Pango library"
repository = "https://github.com/gtk-rs/gtk-rs-core"
license = "MIT"
exclude = [
"gir-files/*",
]
edition = "2021"
rust-version = "1.56"
[features]
v1_40 = []
v1_42 = ["v1_40", "ffi/v1_42"]
v1_44 = ["v1_42", "ffi/v1_44"]
v1_46 = ["v1_44", "ffi/v1_46"]
v1_48 = ["v1_46", "ffi/v1_48"]
v1_50 = ["v1_48", "ffi/v1_50"]
v1_52 = ["v1_50", "ffi/v1_52"]
dox = ["ffi/dox", "glib/dox"]
[package.metadata.docs.rs]
features = ["dox"]
[dependencies]
libc = "0.2"
bitflags = "1.0"
once_cell = "1.0"
ffi = {package = "pango-sys", path = "sys", version = "0.15.1"}
glib = {path = "../glib", version = "0.15.1"}
[dev-dependencies]
gir-format-check = "^0.1"