Crates.io | graphene-rs |
lib.rs | graphene-rs |
version | 0.20.4 |
source | src |
created_at | 2021-04-04 13:13:35.763704 |
updated_at | 2024-09-26 08:59:22.606737 |
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 | 157,268 |
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.70.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.