# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "gdkwayland-sys" version = "0.18.0" authors = ["The gtk-rs Project Developers"] description = "FFI bindings to libgdk-3-wayland" homepage = "https://gtk-rs.org/" keywords = [ "gdk", "ffi", "gtk-rs", "gnome", ] license = "MIT" repository = "https://github.com/gtk-rs/gtk3-rs" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "gdk_wayland_sys" [dependencies.gdk] version = "0.18" package = "gdk-sys" [dependencies.glib] version = "0.18" package = "glib-sys" [dependencies.gobject] version = "0.18" package = "gobject-sys" [dependencies.libc] version = "0.2" [build-dependencies.pkg-config] version = "0.3.7" [build-dependencies.system-deps] version = "6" [features] v3_24 = ["gdk/v3_24"] v3_24_22 = ["v3_24"]