#graphene #gtk #gnome

graphene-rs

Rust bindings for the Graphene library

13 unstable releases (6 breaking)

0.19.2 Feb 13, 2024
0.18.1 Aug 1, 2023
0.18.0 Jul 23, 2023
0.17.1 Feb 13, 2023
0.14.0 Jun 22, 2021

#124 in GUI

Download history 7278/week @ 2023-12-23 7867/week @ 2023-12-30 8124/week @ 2024-01-06 7514/week @ 2024-01-13 8738/week @ 2024-01-20 7403/week @ 2024-01-27 8137/week @ 2024-02-03 11457/week @ 2024-02-10 12117/week @ 2024-02-17 10252/week @ 2024-02-24 12754/week @ 2024-03-02 10752/week @ 2024-03-09 13558/week @ 2024-03-16 13570/week @ 2024-03-23 11787/week @ 2024-03-30 8606/week @ 2024-04-06

48,835 downloads per month
Used in 103 crates (2 directly)

MIT license

2MB
44K SLoC

Rust Graphene bindings

Rust bindings and wrappers for Graphene, part of gtk-rs-core.

Graphene 1.10 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.70.0.

Documentation

Using

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" }

See Also

License

graphene is available under the MIT License, please refer to it.

Dependencies

~2.8–4MB
~82K SLoC