28 releases (16 breaking)

0.20.10 May 13, 2025
0.20.7 Dec 16, 2024
0.20.4 Sep 26, 2024
0.20.0 Jul 10, 2024
0.1.0 Mar 4, 2017

#1 in Rendering

Download history 10187/week @ 2025-02-02 11156/week @ 2025-02-09 11085/week @ 2025-02-16 12578/week @ 2025-02-23 11999/week @ 2025-03-02 12103/week @ 2025-03-09 13930/week @ 2025-03-16 12709/week @ 2025-03-23 13918/week @ 2025-03-30 17153/week @ 2025-04-06 17589/week @ 2025-04-13 12784/week @ 2025-04-20 14854/week @ 2025-04-27 16695/week @ 2025-05-04 17788/week @ 2025-05-11 15207/week @ 2025-05-18

65,643 downloads per month
Used in 78 crates (23 directly)

MIT license

2.5MB
57K SLoC

Rust PangoCairo bindings

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

PangoCairo 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]
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "pangocairo" }

Avoid mixing versioned and git crates like this:

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

See Also

License

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

Dependencies

~6–14MB
~200K SLoC