[package]
name = "libadwaita"
version.workspace = true
authors.workspace = true
edition.workspace = true
readme = "../README.md"
homepage.workspace = true
description = "Rust bindings for libadwaita"
license.workspace = true
repository.workspace = true
documentation = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita"
categories.workspace = true
keywords.workspace = true
[lib]
name = "libadwaita"
[features]
gtk_v4_2 = ["gtk/v4_2"]
gtk_v4_6 = ["gtk_v4_2", "gtk/v4_6"]
gtk_v4_18 = ["gtk_v4_6", "gtk/v4_18"]
gtk_v4_20 = ["gtk_v4_18", "gtk/v4_20"]
gtk_v4_22 = ["gtk_v4_20", "gtk/v4_22"]
gio_v2_80 = ["gio/v2_80"]
v1_1 = ["ffi/v1_1"]
v1_2 = ["v1_1", "ffi/v1_2"]
v1_3 = ["v1_2", "ffi/v1_3"]
v1_4 = ["v1_3", "ffi/v1_4"]
v1_5 = ["v1_4", "ffi/v1_5"]
v1_6 = ["v1_5", "ffi/v1_6"]
v1_7 = ["v1_6", "ffi/v1_7"]
v1_8 = ["v1_7", "ffi/v1_8"]
v1_9 = ["v1_8", "ffi/v1_9"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]
[dependencies]
libc = '0.2'
[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "0.22"
version = "0.22"
[dependencies.gio]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "0.22"
version = "0.22"
[dependencies.pango]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "0.22"
version = "0.22"
[dependencies.gdk]
package = "gdk4"
git = "https://github.com/gtk-rs/gtk4-rs"
branch = "0.11"
version = "0.11"
[dependencies.gtk]
package = "gtk4"
git = "https://github.com/gtk-rs/gtk4-rs"
branch = "0.11"
version = "0.11"
[dependencies.ffi]
package = "libadwaita-sys"
path = './sys'
version = "0.9.1"