1. Home
  2. Browse
  3. librsvg

librsvg

v2.40.21#0Latest

A small library to render Scalable Vector Graphics (SVG)

Install

Run the following Vcpkg command to install the port.

vcpkg install librsvg

Usage

librsvg can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBRSVG librsvg-2.0 IMPORTED_TARGET REQUIRED)
target_link_libraries(main PRIVATE PkgConfig::LIBRSVG)

Dependencies

See source

Version

v2.40.21#0

Publication

Supports

All

Homepage

gitlab.gnome.org/GNOME/librsvg

Subtree

0e49ef48d4

License

LGPL-2.0-or-later

Definition

Manifest