# 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 = "gdk4-win32" version = "0.9.3" authors = ["The gtk-rs Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings of the GDK4 Win32 library" homepage = "https://gtk-rs.org/gtk4-rs" documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4_win32/" readme = "README.md" keywords = [ "gdk4", "gdk4-win32", "gtk-rs", "gnome", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/gtk-rs/gtk4-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.system-deps.gtk4_win32] name = "gtk4-win32" version = "4" [lib] name = "gdk4_win32" path = "src/lib.rs" [[test]] name = "check_gir" path = "tests/check_gir.rs" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gdk4-win32-sys] version = "0.9" [dependencies.gio] version = "0.20" features = ["v2_66"] [dependencies.glib] version = "0.20" features = ["v2_66"] [dependencies.khronos-egl] version = "6.0" optional = true [dependencies.libc] version = "0.2" [dependencies.windows] version = "0.56" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ] optional = true [dev-dependencies.gir-format-check] version = "^0.1" [features] egl = ["khronos-egl"] v4_4 = [ "gdk4-win32-sys/v4_4", "gdk/v4_4", ] v4_8 = [ "v4_4", "gdk4-win32-sys/v4_8", "gdk/v4_8", ] win32 = ["windows"]