Crates.io | gdk-pixbuf-hvif |
lib.rs | gdk-pixbuf-hvif |
version | 0.1.1 |
source | src |
created_at | 2021-09-15 19:49:15.749655 |
updated_at | 2021-09-15 21:04:11.932548 |
description | GDK-Pixbuf loader for HVIF (Haiku Vector Icon Format) |
homepage | https://linkmauve.fr/dev/hvif/ |
repository | https://git.linkmauve.fr/hvif.git |
max_upload_size | |
id | 451955 |
size | 11,710 |
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.