[package] name = "dconf-sys" description = "FFI bindings to libdconf" version = "0.1.0" edition = "2021" license-file = "../COPYING" keywords = ["glib", "gnome", "dconf"] categories = ["external-ffi-bindings"] homepage = "https://sr.ht/~yyny/termcfg/" repository = "https://git.sr.ht/~yyny/dconf" readme = "../README.md" [dependencies] glib = "0.19.5" glib-sys = "0.19.5" libc = "0.2.154" [build-dependencies] bindgen = "0.69.4" pkg-config = "0.3.30"