1. Home
  2. Browse
  3. libcroco

libcroco

v0.6.13#7Latest

A standalone css2 parsing and manipulation library

Install

Run the following Vcpkg command to install the port.

vcpkg install libcroco

Usage

libcroco can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBCROCO libcroco-0.6 IMPORTED_TARGET REQUIRED)
target_link_libraries(main PRIVATE PkgConfig::LIBCROCO)

Dependencies

See source

Version

v0.6.13#7

Publication

Supports

All

Subtree

9dc5ae24a3

License

LGPL-2.0-only

Definition

Manifest