Crates.io | hvif |
lib.rs | hvif |
version | 0.1.1 |
source | src |
created_at | 2021-09-15 19:48:51.733806 |
updated_at | 2021-09-15 21:03:34.148027 |
description | Parser and renderer for HVIF (Haiku Vector Icon Format) |
homepage | https://linkmauve.fr/dev/hvif/ |
repository | https://git.linkmauve.fr/hvif.git |
max_upload_size | |
id | 451954 |
size | 55,255 |
A pure Rust implementation of HVIF, the Haiku Vector Icon Format.
The parsing is done using nom, and the rendering using cairo.
A GDK-Pixbuf loader is also provided for every Linux program using this library.
Clone the repository:
% git clone https://git.linkmauve.fr/hvif.git
Build:
% meson hvif build && ninja -C build
Install (as root):
# ninja -C build install
You can install the hvif-git package from AUR.