Crates.io | graphene-rs |
lib.rs | graphene-rs |
version | 0.21.2 |
created_at | 2021-04-04 13:13:35.763704+00 |
updated_at | 2025-09-17 10:47:25.26273+00 |
description | Rust bindings for the Graphene library |
homepage | https://gtk-rs.org/ |
repository | https://github.com/gtk-rs/gtk-rs-core |
max_upload_size | |
id | 378753 |
size | 191,305 |
Rust bindings and wrappers for Graphene, part of gtk-rs-core.
Graphene 1.10 is the lowest supported version for the underlying library.
Currently, the minimum supported Rust version is 1.83.0
.
We recommend using crates from crates.io, as demonstrated here.
If you want to track the bleeding edge, use the git dependency instead:
[dependencies]
graphene = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "graphene" }
Avoid mixing versioned and git crates like this:
# This will not compile
[dependencies]
graphene = "0.13"
graphene = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "graphene" }
graphene is available under the MIT License, please refer to it.