[package] name = "libadwaita" version = "0.7.1" authors = ["Bilal Elmoussaoui "] edition = "2021" readme = "../README.md" homepage = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/" description = "Rust bindings for libadwaita" license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libadwaita-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libadwaita-rs/stable/latest/docs/libadwaita" categories = ["api-bindings", "gui"] keywords = ["gtk4-rs", "gnome", "adwaita", "GUI"] [lib] name = "libadwaita" [features] gtk_v4_2 = ["gtk/v4_2"] gtk_v4_6 = ["gtk_v4_2", "gtk/v4_6"] 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"] [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] libc = '0.2' [dependencies.glib] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gio] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.pango] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gdk] package = "gdk4" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.gtk] package = "gtk4" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.ffi] package = "libadwaita-sys" path = './sys' version = "0.7"