piet-common

Crates.iopiet-common
lib.rspiet-common
version0.7.0-cairo18
sourcesrc
created_at2019-01-29 22:32:55.897904
updated_at2024-10-24 14:40:26.689495
descriptionSelection of a single preferred back-end for piet
homepage
repositoryhttps://github.com/linebender/piet
max_upload_size
id111488
size102,232
Kaur Kuut (xStrom)

documentation

README

automatic backend selection for Piet

piet-common is a crate that chooses an appropriate implementation of the Piet 2D graphics API, for the current platform.

On Windows, the backend will be piet-direct2d, on macOS piet-coregraphics, and on Linux, OpenBSD, FreeBSD and NetBSD piet-cairo. The piet-web backend can be selected with the web feature.

Commit count: 697

cargo fmt