[package] name = "libshumate" version = "0.6.0" authors = ["Corentin Noël "] edition = "2021" readme = "../README.md" homepage = "https://world.pages.gitlab.gnome.org/Rust/libshumate-rs/" description = "Rust bindings for libshumate" license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/libshumate-rs" documentation = "https://world.pages.gitlab.gnome.org/Rust/libshumate-rs/stable/latest/docs/libshumate" categories = ["api-bindings", "gui"] keywords = ["gtk4-rs", "gnome", "Map", "GUI"] [lib] name = "libshumate" [features] v1_1 = ["ffi/v1_1"] v1_2 = ["v1_1", "ffi/v1_2"] [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] [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.gdk] package = "gdk4" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.gdk-pixbuf] git = "https://github.com/gtk-rs/gtk-rs-core" branch = "0.20" version = "0.20" [dependencies.gtk] package = "gtk4" git = "https://github.com/gtk-rs/gtk4-rs" branch = "0.9" version = "0.9" [dependencies.ffi] package = "libshumate-sys" path = './sys' version = "0.6"