47 releases

0.20.9 Feb 16, 2025
0.20.7 Dec 16, 2024
0.20.6 Nov 12, 2024
0.20.0 Jul 10, 2024
0.0.3 Jul 18, 2015

#1 in Rendering

Download history 80806/week @ 2024-12-04 87757/week @ 2024-12-11 71320/week @ 2024-12-18 64718/week @ 2024-12-25 72283/week @ 2025-01-01 79786/week @ 2025-01-08 87294/week @ 2025-01-15 91093/week @ 2025-01-22 90088/week @ 2025-01-29 98199/week @ 2025-02-05 98973/week @ 2025-02-12 97075/week @ 2025-02-19 106111/week @ 2025-02-26 100259/week @ 2025-03-05 111312/week @ 2025-03-12 99613/week @ 2025-03-19

432,614 downloads per month
Used in 797 crates (59 directly)

MIT license

4MB
102K 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.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]
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

~4–12MB
~148K SLoC