33 releases

0.17.4 Mar 14, 2023
0.16.5 Dec 5, 2022
0.16.3 Nov 13, 2022
0.15.10 Mar 19, 2022
0.0.3 Jul 18, 2015

#8 in Graphics APIs

Download history 18338/week @ 2022-12-03 21098/week @ 2022-12-10 19185/week @ 2022-12-17 16376/week @ 2022-12-24 16623/week @ 2022-12-31 20699/week @ 2023-01-07 17300/week @ 2023-01-14 19959/week @ 2023-01-21 21211/week @ 2023-01-28 23998/week @ 2023-02-04 24514/week @ 2023-02-11 26610/week @ 2023-02-18 24576/week @ 2023-02-25 28246/week @ 2023-03-04 24947/week @ 2023-03-11 25838/week @ 2023-03-18

106,783 downloads per month
Used in 401 crates (48 directly)

MIT license

4MB
100K SLoC

Rust Pango bindings

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

Pango 1.40 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.64.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]
pango = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "pango" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
pango = "0.13"
pango = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "pango" }

See Also

License

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

Dependencies

~5MB
~109K SLoC