graphene-rs 0.20.4

Rust bindings for the Graphene library
Documentation
[dependencies.glib]
version = "0.20"

[dependencies.graphene-sys]
version = "0.20"

[dependencies.libc]
version = "0.2"

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

[features]

[lib]
name = "graphene"
path = "src/lib.rs"

[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust bindings for the Graphene library"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/graphene/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["graphene", "graphene-rs", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "graphene-rs"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk-rs-core"
rust-version = "1.70"
version = "0.20.4"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[[test]]
name = "check_gir"
path = "tests/check_gir.rs"