[go: up one dir, main page]

gtk4 0.1.0

Rust bindings of the GTK 4 library
Documentation
[package]
authors = ["The gtk-rs Project Developers"]
categories = ["api-bindings", "gui"]
description = "Rust bindings of the GTK 4 library"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4"
edition = "2018"
homepage = "https://gtk-rs.org/"
keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gtk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.1.0"

[lib]
name = "gtk4"

[features]
dox = ["gdk/dox", "gsk/dox", "ffi/dox"]
v4_2 = ["ffi/v4_2", "gdk/v4_2", "gsk/v4_2"]

[package.metadata.docs.rs]
features = ["dox"]

[dependencies]
bitflags = "1.0"
cairo-rs = "0.14.0"
ffi = {package = "gtk4-sys", version = "0.1.0"}
field-offset = "0.3"
futures-channel = "0.3"
gdk = {package = "gdk4", version = "0.1.0"}
gdk-pixbuf = "0.14.0"
gio = {features = ["v2_66"], version = "0.14.0"}
glib = {features = ["v2_66"], version = "0.14.0"}
graphene = {package = "graphene-rs", version = "0.14.0"}
gsk = {package = "gsk4", version = "0.1.0"}
gtk4-macros = "0.1.0"
libc = "0.2"
once_cell = "1.0"
pango = {features = ["v1_46"], version = "0.14.0"}

[dev-dependencies]
gir-format-check = "^0.1"