Crates.io | piet-common |
lib.rs | piet-common |
version | 0.7.0-cairo18 |
source | src |
created_at | 2019-01-29 22:32:55.897904 |
updated_at | 2024-10-24 14:40:26.689495 |
description | Selection of a single preferred back-end for piet |
homepage | |
repository | https://github.com/linebender/piet |
max_upload_size | |
id | 111488 |
size | 102,232 |
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.